From 3f938c16084962a7ee8026913ed95812207f30ee Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 9 Dec 2022 00:46:35 +1100 Subject: [PATCH] Webhook test commit --- example.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example.go b/example.go index 2e2ce14..3bdcc49 100644 --- a/example.go +++ b/example.go @@ -30,9 +30,9 @@ func main() { } manageReportsOptions := &jschan.GetManageReportsOptions{ - Page: 0, - IP: "10.0.0.192", - // Board: "", + Page: 0, + IP: "10.0.0.192", + Board: "", } reports, err2 := client.GetManageReports(ctx, manageReportsOptions) if err2 != nil {