Skip to content

Commit 63b461a

Browse files
author
Nabi
committed
Fixed type error
1 parent f8e6918 commit 63b461a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/onyx/Transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type Comment = {
6464
comment?: string;
6565

6666
/** Whether the transaction is on hold */
67-
hold?: string;
67+
hold?: string | null;
6868

6969
/** Collection of waypoints associated with the transaction */
7070
waypoints?: WaypointCollection;

0 commit comments

Comments
 (0)