Query changes for DB
This commit is contained in:
parent
f97d8e53b1
commit
e3270d64bf
|
|
@ -133,8 +133,8 @@ def list_patchnotes(since: str | None = None):
|
|||
logging.info("Went into if since")
|
||||
query = {
|
||||
"patch_date": {
|
||||
"$gte": last_login,
|
||||
"$lte": since
|
||||
"$gte": since,
|
||||
"$lte": last_login
|
||||
}
|
||||
}
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue