fix: typo
This commit is contained in:
@@ -250,7 +250,7 @@ module.exports = {
|
|||||||
if (!req.body.warehouse) {
|
if (!req.body.warehouse) {
|
||||||
res.status(400).send({
|
res.status(400).send({
|
||||||
success: false,
|
success: false,
|
||||||
message: "Creation of Inventory Failed, missing params",
|
message: "Creation of Warehouse Failed, missing params",
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -259,7 +259,7 @@ module.exports = {
|
|||||||
if (!warehouse) {
|
if (!warehouse) {
|
||||||
res.status(400).send({
|
res.status(400).send({
|
||||||
success: false,
|
success: false,
|
||||||
message: "Creation of Inventory Failed, invalid/missing params",
|
message: "Creation of Warehouse Failed, invalid/missing params",
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user