Compare commits
No commits in common. "75cc0b46f9209017e16ffff13e7b744546fba343" and "58645f87ea5ccabc87b041671c4eaa00e79fb58d" have entirely different histories.
75cc0b46f9
...
58645f87ea
|
|
@ -126,7 +126,7 @@ def list_patchnotes(since: str | None = None):
|
||||||
user_id = current_user_id() # 1) aktueller Benutzer
|
user_id = current_user_id() # 1) aktueller Benutzer
|
||||||
last_login = last_login_collection.find_one({"user_id": user_id}, {"last_login"})
|
last_login = last_login_collection.find_one({"user_id": user_id}, {"last_login"})
|
||||||
query = {}
|
query = {}
|
||||||
logging.info("since" + str(since))
|
logging.info("since" +since)
|
||||||
if since:
|
if since:
|
||||||
logging.info("Went into if since")
|
logging.info("Went into if since")
|
||||||
query = {
|
query = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue