Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Nov 13, 2024
1 parent 8c41d27 commit 58accb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ export async function getTokenInfo({
throw new Error(
`Unable to find tokenDetails for address: ${address}, on chain with id: ${chainId}`,
{
cause: err instanceof Error && err.cause,
cause: err instanceof Error && err,
}
);
}
Expand Down

0 comments on commit 58accb5

Please sign in to comment.