Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Feb 27, 2024
1 parent 019c9a3 commit 6099f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/modules/api/amboss/amboss.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class AmbossResolver {
error,
address,
});
throw new GraphQLError(error);
throw new GraphQLError(error?.message || 'Error claiming Ghost address.');
}

return data.claimGhostAddress;
Expand Down

0 comments on commit 6099f17

Please sign in to comment.