From 58accb5d06e5568c9e4e380257087bb5984208ed Mon Sep 17 00:00:00 2001 From: Gerhard Steenkamp Date: Wed, 13 Nov 2024 11:52:22 +0200 Subject: [PATCH] fixup --- api/_utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/_utils.ts b/api/_utils.ts index a789c6895..71872fa0a 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -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, } ); }