fix problem in validatePID
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ export const setup = function (router, con, server) {
|
||||
message: "invalid pid given"
|
||||
}
|
||||
}
|
||||
PIDS[req.body.pid] = "already_used";
|
||||
PIDS[pid] = "already_used";
|
||||
}
|
||||
|
||||
function validateReplyID(rid) {
|
||||
|
||||
Reference in New Issue
Block a user