Skip to content

Commit

Permalink
Remove nullish
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Feb 6, 2024
1 parent a36a1e4 commit 7ba8793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ export class OpenBookV2Client {
userBaseAccount: userBaseAccount,
userQuoteAccount: userQuoteAccount,
referrerAccount: referrerAccount,
penaltyPayer: penaltyPayer ?? PublicKey.default,
penaltyPayer: penaltyPayer,
})
.instruction();

Expand Down

0 comments on commit 7ba8793

Please sign in to comment.