test(dm): repost test
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m39s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m39s
Checking why comments do not post correctly ref #31
This commit is contained in:
@@ -7,6 +7,7 @@ const r = Router();
|
|||||||
|
|
||||||
r.post("/", requireAuth, async (req, res) => {
|
r.post("/", requireAuth, async (req, res) => {
|
||||||
let posting: any;
|
let posting: any;
|
||||||
|
|
||||||
|
|
||||||
if (req.body.type !== "forecast" || req.body.type !== "orders") {
|
if (req.body.type !== "forecast" || req.body.type !== "orders") {
|
||||||
return apiReturn(res, {
|
return apiReturn(res, {
|
||||||
|
|||||||
Reference in New Issue
Block a user