[GraphQL] fix attachment upload

- `identify` will return `true` sometime
This commit is contained in:
Paul Chavard 2020-11-25 10:46:20 +01:00
parent 6ee2bec997
commit 00ef56db10

View file

@ -5,6 +5,7 @@ module Mutations
begin
blob = ActiveStorage::Blob.find_signed(blob_id)
blob.identify
nil
rescue ActiveStorage::FileNotFoundError
return { errors: ['Le fichier na pas été correctement téléversé sur le serveur de stockage'] }
rescue ActiveSupport::MessageVerifier::InvalidSignature