Fixed "location" instead of "locations"
This commit is contained in:
@@ -39,7 +39,7 @@ async def remind(app: PyroClient) -> None:
|
||||
|
||||
entries = await col_entries.find(
|
||||
{
|
||||
"location": {"$in": location.id},
|
||||
"locations": {"$in": location.id},
|
||||
"date": user_date.replace(hour=0, minute=0),
|
||||
}
|
||||
).to_list()
|
||||
|
Reference in New Issue
Block a user