Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Feb 28, 2025
1 parent f53fa27 commit 1608438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/v1/whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async def create_whitelist_ban(session: SessionDep,
).where(
Whitelist.server_type == new_ban.server_type
).where(
Whitelist.expiration_time < datetime.datetime.now()
Whitelist.expiration_time > datetime.datetime.now()
).values(
valid=False
)
Expand Down

0 comments on commit 1608438

Please sign in to comment.