Skip to content

Commit

Permalink
fix(webhook): skip static analysis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Aug 10, 2023
1 parent 77f6d8d commit 2d5f761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/webhooks/webhooks_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_subscriptable_events(
def get_available_events(
self, verbose: Optional[bool] = False
) -> Result[Response, AuthError]:
return self.get_subscriptable_events(verbose)
return self.get_available_events(verbose) # type: ignore

@early_return
@timeit
Expand Down

0 comments on commit 2d5f761

Please sign in to comment.