Skip to content

Commit

Permalink
fix: optional projectSignature parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Oct 16, 2024
1 parent f7f7308 commit 5d20793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sessionTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type MetadataTxFee = {
export type SessionMetadata = {
projectID: string
txFees: MetadataTxFee[]
projectSignature: Signature
projectSignature?: Signature
}

export type SessionParams = {
Expand Down

0 comments on commit 5d20793

Please sign in to comment.