Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Aug 22, 2024
1 parent bc07d19 commit cf99669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/restservice/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def call_service_async(instance_pk, latest_json=None):
"""Async function that calls call_service()."""
# Pin to master just incase the Instance was created and is not available
# the replicas
# in the replicas
with use_master:
try:
instance = Instance.objects.get(pk=instance_pk)
Expand Down

0 comments on commit cf99669

Please sign in to comment.