Skip to content

Commit

Permalink
remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Dec 3, 2024
1 parent 21b51b3 commit 1e7ee41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@magic-ext/farcaster/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ export class FarcasterExtension extends Extension.Internal<'farcaster'> {
{
data: {
showUI: params?.showUI ?? DEFAULT_SHOW_UI,
domain: window.location.origin,
isMobile: isMobile(),
isMainFrame: isMainFrame(),
},
},
]);
Expand Down

0 comments on commit 1e7ee41

Please sign in to comment.