Skip to content

Commit

Permalink
fix org worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tvcam committed Aug 25, 2023
1 parent 22e354a commit 2c04a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/workers/organization_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def perform(org_id)
# Continue
end

organisation.update(onboarding_status: 'seeding_default_data')
organization.update(onboarding_status: 'seeding_default_data')

Organization.seed_generic_data(organization.id, organization.referral_source_category_name)
organisation.update(onboarding_status: 'completed')
organization.update(onboarding_status: 'completed')
end
end

0 comments on commit 2c04a98

Please sign in to comment.