Skip to content

Commit 422a295

Browse files
committed
fix: get processing stats
1 parent 0df68ba commit 422a295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/operandi_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_db_query(
4747
user_id: str,
4848
start_date: Optional[datetime] = None,
4949
end_date: Optional[datetime] = None,
50-
hide_deleted: bool = True
50+
hide_deleted: bool = False
5151
) -> Dict[str, Any]:
5252
query: Dict[str, Any] = {"user_id": user_id}
5353
if start_date or end_date:

0 commit comments

Comments
 (0)