Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 31, 2024
1 parent bba3475 commit 90401e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fcl/src/utils/walletconnect/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function initFclWcLoader() {
"app.detail.url": fullConfig["app.detail.url"],
}
const projectId: string | undefined = wcConfig["walletconnect.projectId"]
const showNotifications: boolean =
const showNotifications: boolean | undefined =
wcConfig["walletconnect.showNotifications"]

// Check if the plugin is already loaded by this loader, but with different configuration
Expand Down

0 comments on commit 90401e2

Please sign in to comment.