typo
This commit is contained in:
parent
20d5c811a1
commit
1990828f59
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class WebpushSubscription < ApplicationRecord
|
|||
private
|
||||
|
||||
def normalize_urgency(urgency)
|
||||
if URGENCY.includes? urgency.to_s
|
||||
if URGENCY.include? urgency.to_s
|
||||
urgency.to_s
|
||||
else
|
||||
'normal'
|
||||
|
|
Loading…
Reference in a new issue