test(dm): repost test
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:
2026-06-17 01:50:25 -05:00
parent 9a0bb18c5b
commit 4ff10dfcb2

View File

@@ -7,6 +7,7 @@ const r = Router();
r.post("/", requireAuth, async (req, res) => {
let posting: any;
if (req.body.type !== "forecast" || req.body.type !== "orders") {
return apiReturn(res, {