remove notice banner and add tags/meta to uploads

This commit is contained in:
2022-11-11 14:34:10 +00:00
parent e095f710a0
commit dc66301be0
3 changed files with 27 additions and 32 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ ApiProxy.post(async (req, res) => {
// console.log(req.files);
const appealData = req.body.appealData;
const containerID = req.body.containerID;
const casefolderID = req.body.casefolderID;
const containerID = req.body.containerID[0];
const casefolderID = req.body.casefolderID[0];
console.log("there are files:", Object.keys(req.files).length);