Update: no field check

This commit is contained in:
Yûki VACHOT 2021-12-10 17:02:24 +01:00
parent 249c846093
commit 924b06816c

View file

@ -41,6 +41,8 @@ exports.create = (req, res) => {
}
}
});
} else {
return sendError(res, 500, -1, `No title given`, token);
}
};