Skip to content

Commit 0f57a59

Browse files
authored
make rejectReason optional (#459)
1 parent b7724cd commit 0f57a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/rewards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface Reward {
4141
/**
4242
* Optional. More information about the status.
4343
*/
44-
rejectReason: string
44+
rejectReason?: string
4545

4646
/**
4747
* See [Tags](https://developers.unit.co/#tags).

0 commit comments

Comments
 (0)