dmails: fixup exceptions when verifying dmail keys.
Fix show action throwing exceptions when viewing a dmail without a dmail key.
This commit is contained in:
@@ -15,5 +15,9 @@ module Danbooru
|
||||
def verify(*args, **options)
|
||||
verifier.verify(*args, purpose: purpose, **options)
|
||||
end
|
||||
|
||||
def verified(*args, **options)
|
||||
verifier.verified(*args, purpose: purpose, **options)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user