Skip to content

Commit

Permalink
Fix deep explore public snapshot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Jan 3, 2024
1 parent 93d7f78 commit 645a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/deep_explore/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _save_snapshot(
snapshot,
generate_download_file=True,
):
file_content, errors = generate_query_snapshot(gql_query, {'fitler': filters})
file_content, errors = generate_query_snapshot(gql_query, {'filter': filters})
if file_content is None:
logger.error(f'Failed to generate: {errors}', exc_info=True)
return
Expand Down

0 comments on commit 645a508

Please sign in to comment.