Skip to content

Commit

Permalink
Add RENAME_WORKSPACE_CATEGORY to ignore last update ID for fixing fir…
Browse files Browse the repository at this point in the history
…st-time category update case
  • Loading branch information
huult committed Nov 6, 2024
1 parent d582cc3 commit 09a7c37
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 @@ -10,6 +10,7 @@ const requestsToIgnoreLastUpdateID: string[] = [
SIDE_EFFECT_REQUEST_COMMANDS.RECONNECT_APP,
WRITE_COMMANDS.CLOSE_ACCOUNT,
WRITE_COMMANDS.DELETE_MONEY_REQUEST,
WRITE_COMMANDS.RENAME_WORKSPACE_CATEGORY,
SIDE_EFFECT_REQUEST_COMMANDS.GET_MISSING_ONYX_MESSAGES,
];

Expand Down

0 comments on commit 09a7c37

Please sign in to comment.