We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8978fe3 commit 8f4804cCopy full SHA for 8f4804c
1 file changed
lib/concepts/school/operations/create.rb
@@ -13,7 +13,7 @@ def call(school_params:, creator_id:, token:)
13
# TODO: Remove this conditional once the feature flag is retired
14
if FeatureFlags.immediate_school_onboarding?
15
onboarded = SchoolOnboardingService.new(response[:school]).onboard(token:)
16
- raise "School onboarding failed" unless onboarded
+ raise 'School onboarding failed' unless onboarded
17
end
18
19
0 commit comments