TASK22028: phase 15 hash guard consistency hardening slice
This commit is contained in:
@@ -26,7 +26,9 @@ ApiProxy.get(async (req, res) => {
|
||||
typeof containerName === "undefined" ||
|
||||
containerName.length === 0 ||
|
||||
typeof tempCaseRef === "undefined" ||
|
||||
tempCaseRef.length === 0
|
||||
tempCaseRef.length === 0 ||
|
||||
typeof checkHash === "undefined" ||
|
||||
checkHash.length === 0
|
||||
) {
|
||||
return res.status(400).json();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user