FIX: Invalid `raise` syntax (#29364)

This commit is contained in:
Jarek Radosz 2024-10-23 11:40:14 +02:00 committed by GitHub
parent 30eb00ac20
commit 7acf9e6caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class ThemeModifierSet < ActiveRecord::Base
type = :boolean
else
if !%i[boolean string].include?(info.type)
raise ThemeModifierSetError "Invalid theme modifier column type"
raise ThemeModifierSetError, "Invalid theme modifier column type"
end
end