Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmurtry committed Jan 24, 2025
1 parent 05aac8d commit 2d5ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def safelisted_members(service, key_type, is_simulated=False, allow_safelisted_r
def get_gc_organisation_data() -> list[dict]:
"Returns the dataset from the gc-organisations repo, which we cache in s3"
file_data = get_s3_file(
current_app.config["GC_ORGANISATION_DATA_BUCKET_NAME"],
current_app.config["GC_ORGANISATIONS_BUCKET_NAME"],
current_app.config["GC_ORGANISATIONS_FILENAME"],
)

Expand Down

0 comments on commit 2d5ddaa

Please sign in to comment.