Skip to content

Commit 407053d

Browse files
committed
fix prettier
1 parent c380907 commit 407053d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/Transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ function changeTransactionsReport({
10471047
actionName: oldIOUAction?.actionName ?? CONST.REPORT.ACTIONS.TYPE.IOU,
10481048
created: oldIOUAction?.created ?? DateUtils.getDBTime(),
10491049
...(!oldIOUAction && {
1050-
actorAccountID: accountID,
1050+
actorAccountID: accountID,
10511051
message: getIOUReportActionMessage(reportID, actionType, Math.abs(transaction.amount), transaction.comment?.comment ?? '', transaction.currency),
10521052
}),
10531053
};

0 commit comments

Comments
 (0)