pull/1045/head
Andrey 2024-04-02 20:31:48 +03:00
rodzic 220e7f1a7d
commit 1e0ce12634
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -413,7 +413,7 @@ def push_report_to_bugout_journal(
entries = get_all_entries_from_search(
journal_id=journal_id,
search_query=f"tag:month:{month} tag:report user_id:{user_id}",
search_query=f"tag:month:{month} tag:report tag:user_id:{user_id}",
limit=100,
token=token,
)