File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -173,16 +173,6 @@ const hackerRoutes = {
173173 uri : "/api/hacker/reviewerStatus2/" + Constants . ROLE_CATEGORIES . SELF ,
174174 _id : mongoose . Types . ObjectId . createFromTime ( 169 )
175175 } ,
176- // patchAnyReviewerNameById: {
177- // requestType: Constants.REQUEST_TYPES.PATCH,
178- // uri: "/api/hacker/reviewerName/" + Constants.ROLE_CATEGORIES.ALL,
179- // _id: mongoose.Types.ObjectId.createFromTime(168)
180- // },
181- // patchSelfReviewerNameById: {
182- // requestType: Constants.REQUEST_TYPES.PATCH,
183- // uri: "/api/hacker/reviewerName/" + Constants.ROLE_CATEGORIES.SELF,
184- // _id: mongoose.Types.ObjectId.createFromTime(169)
185- // },
186176 patchSelfCheckInById : {
187177 requestType : Constants . REQUEST_TYPES . PATCH ,
188178 uri : "/api/hacker/checkin/" + Constants . ROLE_CATEGORIES . SELF ,
You can’t perform that action at this time.
0 commit comments