Skip to content

Commit

Permalink
fix sync tenders endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 21, 2024
1 parent 3eab897 commit c70d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def fetch_survey_airtable():
DF.select_fields(['מזהה המכרז'])
).results()[0][0]
existing_flag_ids = list(filter(None, (r['מזהה המכרז'] for r in existing_flag_ids)))
return dict(), existing_flag_ids
return list(), existing_flag_ids
# return existing_base_ids, existing_flag_ids


Expand Down

0 comments on commit c70d04d

Please sign in to comment.