Skip to content

Commit

Permalink
Return undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 20, 2024
1 parent a13a95c commit 753a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmtp/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export function isXmtpFrameRequest(payload: any): payload is XmtpOpenFramesReque
!!payload &&
!!payload.untrustedData &&
!!payload.trustedData &&
payload.clientProtocol?.startsWith('xmtp@')
!!payload.clientProtocol?.startsWith('xmtp@')
);
}

0 comments on commit 753a302

Please sign in to comment.