Skip to content

Commit

Permalink
chore: show ghost error to user
Browse files Browse the repository at this point in the history
  • Loading branch information
bufo24 committed Feb 27, 2024
1 parent 3c50cfe commit 3ff8655
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 3ff8655

Please sign in to comment.