inital commit
This commit is contained in:
@@ -25,7 +25,7 @@ func main() {
|
||||
fa.WithUserAgent(envOr("FA_UA", "go-fa-api-example/0.1")),
|
||||
)
|
||||
|
||||
n, err := client.Notifications(context.Background())
|
||||
n, err := client.Notifications(context.Background(), fa.NotificationsOptions{})
|
||||
if err != nil {
|
||||
log.Fatalf("Notifications: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user