Skip to content

Commit de4ab4d

Browse files
committed
added test comment
1 parent 5796442 commit de4ab4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/OnyxUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ function updateSnapshots(data: OnyxUpdate[], mergeFn: typeof Onyx.merge): Array<
14241424
if (utils.isEmptyObject(updatedData)) {
14251425
return;
14261426
}
1427-
1427+
// test
14281428
promises.push(() => mergeFn(snapshotEntryKey, {data: updatedData}));
14291429
});
14301430

0 commit comments

Comments
 (0)