Skip to content

Commit

Permalink
Continued d1cf45f
Browse files Browse the repository at this point in the history
Signed-off-by: tiksan <[email protected]>
  • Loading branch information
dssecret committed Feb 8, 2025
1 parent 1ba981a commit abe6dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/skynet/commands/faction/faction.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def revivable_other_faction():
PersonalStats.select(PersonalStats.user).where(
(PersonalStats.revives >= 1) & (PersonalStats.user.in_([u.tid for u in api_users.values()]))
)
).user
).user_id
]
except IndexError:
return {
Expand Down

0 comments on commit abe6dde

Please sign in to comment.