Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFilonov committed Nov 13, 2024
1 parent 6610f7c commit f627b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def get_last_alerts(

query = query.add_columns(incidents_subquery.c.incidents)
query = query.outerjoin(
incidents_subquery, Alert.fingerptint == incidents_subquery.c.fingerptint
incidents_subquery, Alert.fingerprint == incidents_subquery.c.fingerprint
)

if provider_id:
Expand Down

0 comments on commit f627b89

Please sign in to comment.