Skip to content

Commit 5c0b4d1

Browse files
committed
remove uneccessary comments
1 parent b9e15fb commit 5c0b4d1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

constants/routes.constant.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)