Skip to content

Commit

Permalink
fix: make routes property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Sep 11, 2023
1 parent 46ea92c commit 189c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Transaction = {
source?: string;
state?: ValueOf<typeof CONST.IOU.RECEIPT_STATE>;
};
routes: Routes;
routes?: Routes;
};

export default Transaction;

0 comments on commit 189c281

Please sign in to comment.