Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Nov 13, 2024
1 parent 9e4e50f commit f3ae2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/panel/integrations/safe/kits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const initSafeApiKit = (chainId: ChainId): SafeApiKit => {
export const initSafeProtocolKit = async (
chainId: ChainId,
safeAddress: string
) => {
): Promise<Safe> => {
// @ts-expect-error protocol-kit is only available as a CJS module. That doesn't play super nice with us being ESM.
if (Safe.default) {
// @ts-expect-error protocol-kit is only available as a CJS module. That doesn't play super nice with us being ESM.
Expand Down

0 comments on commit f3ae2b7

Please sign in to comment.