Skip to content

Commit

Permalink
chore: show ghost error to user (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Bufo <[email protected]>
  • Loading branch information
bufo24 and bufo24 authored Feb 27, 2024
1 parent 3c50cfe commit 019c9a3
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 claiming Ghost address.');
throw new GraphQLError(error);
}

return data.claimGhostAddress;
Expand Down

0 comments on commit 019c9a3

Please sign in to comment.