Skip to content

Commit

Permalink
Update [destinationAddress].get.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoEleodoro committed Jan 19, 2024
1 parent a76f29e commit c0116f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default eventHandler(async (event) => {
});

// or using a custom service
const safeApiKit = new SafeApiKit({
const safeApiKit = new (SafeApiKit as any).default({
chainId: 1 as any, // set the correct chainId
});

Expand Down

0 comments on commit c0116f7

Please sign in to comment.