Skip to content

Commit

Permalink
Merge pull request Expensify#49878 from huult/49329-deleted-expense-s…
Browse files Browse the repository at this point in the history
…till-visible-offline

fix deleted expense still visible offline
  • Loading branch information
jasperhuangg authored Sep 30, 2024
2 parents 8f5f609 + 2c98356 commit 69483ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Middleware/SaveResponseInOnyx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const requestsToIgnoreLastUpdateID: string[] = [
WRITE_COMMANDS.OPEN_APP,
SIDE_EFFECT_REQUEST_COMMANDS.RECONNECT_APP,
WRITE_COMMANDS.CLOSE_ACCOUNT,
WRITE_COMMANDS.DELETE_MONEY_REQUEST,
SIDE_EFFECT_REQUEST_COMMANDS.GET_MISSING_ONYX_MESSAGES,
];

Expand Down

0 comments on commit 69483ff

Please sign in to comment.