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 935df78 commit aa499d1
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 @@ -33,7 +33,7 @@ def fetch_survey_airtable():
load_from_airtable(
TENDERS_BASE, 'מכרז דגל', 'SYNC'
),
DF.select_fields(['מכרזים', AIRTABLE_ID_FIELD, 'פרסום'])
DF.select_fields(['מזהה המכרז'])
).results()[0][0]
existing_flag_ids = list(r['מזהה המכרז'] for r in existing_flag_ids)
return dict(), existing_flag_ids
Expand Down

0 comments on commit aa499d1

Please sign in to comment.