Skip to content

Commit 27feda2

Browse files
committed
fix wrong code
1 parent 20daedf commit 27feda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ describe('ReportUtils', () => {
19261926
expenseCreatedAction.childReportID = transactionThreadReport.reportID;
19271927

19281928
await Onyx.merge(ONYXKEYS.PERSONAL_DETAILS_LIST, {
1929-
currentUserAccountID: {
1929+
[currentUserAccountID]: {
19301930
accountID: currentUserAccountID,
19311931
displayName: currentUserEmail,
19321932
login: currentUserEmail,

0 commit comments

Comments
 (0)