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 {