Skip to content

Commit

Permalink
make validity.refundConfig also optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed May 22, 2023
1 parent 96304e6 commit 21ddb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/bundles/v0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type requestBody = {
bodyIdx: number,
percent: number,
}>,
refundConfig: Array<{
refundConfig?: Array<{
address: string,
percent: number,
}>,
Expand Down

0 comments on commit 21ddb58

Please sign in to comment.