Skip to content

Commit

Permalink
Update serializers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 authored Aug 2, 2024
1 parent f961868 commit a557998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def create(self, validated_data):
workspace.onboarding_state = 'FIELD_MAPPINGS'
workspace.save()

async_task('apps.fyle.actions.sync_fyle_dimensions', workspace.id)
async_task('apps.fyle.actions.sync_fyle_dimensions', workspace.id)

return export_settings

Expand Down

0 comments on commit a557998

Please sign in to comment.