Skip to content

Commit a8415da

Browse files
committed
fixed merge issue with objectIDs
1 parent 8284408 commit a8415da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constants/routes.constant.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* ===***===***===***===***===***===***===***===***===
77
*
88
* If you are adding a route to this list, update this number
9-
* next avaiable createFromTime value: 180
9+
* next avaiable createFromTime value: 182
1010
*
1111
* If you are deleting a route from this list, please add the ID to the list of 'reserved' IDs,
1212
* so that we don't accidentally assign someone to a given ID.
@@ -438,12 +438,12 @@ const staffRoutes = {
438438
postAutomatedStatusEmails: {
439439
requestType: Constants.REQUEST_TYPES.POST,
440440
uri: "/api/email/automated/status/:status",
441-
_id: mongoose.Types.ObjectId.createFromTime(168),
441+
_id: mongoose.Types.ObjectId.createFromTime(180),
442442
},
443443
getAutomatedStatusEmailCount: {
444444
requestType: Constants.REQUEST_TYPES.GET,
445445
uri: "/api/email/automated/status/:status/count",
446-
_id: mongoose.Types.ObjectId.createFromTime(169),
446+
_id: mongoose.Types.ObjectId.createFromTime(181),
447447
},
448448
};
449449

0 commit comments

Comments
 (0)