Skip to content

Commit

Permalink
Update - Ne pas remonter l'extension message qui peut être un message…
Browse files Browse the repository at this point in the history
… technique non parsé
  • Loading branch information
noelmugnier committed Nov 8, 2020
1 parent 4e927cb commit 4e77a24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/services/SheaftGraphQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,7 @@ class SheaftGraphQL {
}

if (!message) {
message =
graphQlError.extensions && graphQlError.extensions.message
? graphQlError.extensions.message
: graphQlError.message;
message = graphQlError.message;
}

errors.push({
Expand Down

0 comments on commit 4e77a24

Please sign in to comment.