Skip to content

Commit

Permalink
feat: perf
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 25, 2024
1 parent f9c014a commit f1dab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/routes/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def get_preset_alerts(
authenticated_entity: AuthenticatedEntity = Depends(
IdentityManagerFactory.get_auth_verifier(["read:presets"])
),
) -> list[AlertDto]:
) -> list:

# Gathering alerts may take a while and we don't care if it will finish before we return the response.
# In the worst case, gathered alerts will be pulled in the next request.
Expand Down

0 comments on commit f1dab18

Please sign in to comment.