File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments