Skip to content

Commit

Permalink
Merge pull request #1545 from the-deep/fix/retrigger-geo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
AdityaKhatri authored Dec 16, 2024
2 parents 130c5a0 + 483fbdf commit eeb0e1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/geo/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def mutate(root, info, admin_level_id):
)
], ok=False)
admin_level.delete()
# check boundsfile is empty or not in Region
return DeleteAdminLevel(errors=None, ok=True)


Expand Down Expand Up @@ -169,7 +168,7 @@ def mutate(root, info, region_id):
load_geo_areas(region_id)
return ReTriggeredFailedRegion(
result=instance,
error=None,
errors=None,
ok=True
)

Expand Down

0 comments on commit eeb0e1a

Please sign in to comment.