Skip to content

Commit

Permalink
async added to timed notify
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Mar 12, 2024
1 parent e00feb5 commit 4c159fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviso-server/rest/aviso_rest/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _skip_request(self, notification: Dict, skips: Dict) -> bool:
return True
return False

def timed_notify(self, notification, config):
async def timed_notify(self, notification, config):
"""
This method allows to submit a notification to the store and to time it
"""
Expand Down

0 comments on commit 4c159fc

Please sign in to comment.