Skip to content

Commit

Permalink
Merge pull request #26502 from Expensify/vit-addCategoryToTransactions
Browse files Browse the repository at this point in the history
[NoQA] Add category field as optional for now to the Transaction
  • Loading branch information
yuwenmemon authored Sep 1, 2023
2 parents 2fd54c1 + 5d2f3d7 commit e460459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Comment = {
type Transaction = {
transactionID: string;
amount: number;
category?: string;
currency: string;
reportID: string;
comment: Comment;
Expand Down

0 comments on commit e460459

Please sign in to comment.