Skip to content

Commit

Permalink
Merge pull request #10245 from Expensify/neil-pending-const
Browse files Browse the repository at this point in the history
[NO QA] Add rbr pending action constants
  • Loading branch information
neil-marcellini authored Aug 4, 2022
2 parents 88587e9 + 82b70a0 commit 15f7fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,11 @@ const CONST = {
},
},
MICROSECONDS_PER_MS: 1000,
RED_BRICK_ROAD_PENDING_ACTION: {
ADD: 'add',
DELETE: 'delete',
UPDATE: 'update',
},
};

export default CONST;

0 comments on commit 15f7fa6

Please sign in to comment.