Skip to content

Commit c1f1a79

Browse files
committed
fix: add missing parameter
1 parent 789b027 commit c1f1a79

File tree

1 file changed

+1
-1
lines changed
  • mapswipe_workers/mapswipe_workers/project_types/street

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/project_types/street/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, project_draft):
5454

5555
def save_tasks_to_firebase(self, projectId: str, tasks: dict):
5656
firebase = Firebase()
57-
firebase.save_tasks_to_firebase(projectId, tasks)
57+
firebase.save_tasks_to_firebase(projectId, tasks, useCompression=False)
5858

5959
@staticmethod
6060
def results_to_postgres(results: dict, project_id: str, filter_mode: bool):

0 commit comments

Comments
 (0)