Skip to content

Commit

Permalink
Uncomment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Feb 15, 2024
1 parent bdf86b4 commit 7d2fad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/workspaces/apis/advanced_settings/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def update(self, instance, validated):
if instance.onboarding_state == "ADVANCED_SETTINGS":
instance.onboarding_state = "COMPLETE"
instance.save()

# Commenting this for now, will uncomment once we expose to UI
AdvancedSettingsTriggers.post_to_integration_settings(instance.id, True)

Expand Down

0 comments on commit 7d2fad2

Please sign in to comment.