mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Invalid raise syntax (#29364)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user