fix(opendock): correction to article link success on delete

ref #23
This commit is contained in:
2026-06-04 07:02:27 -05:00
parent 4464cea022
commit a717260b8d

View File

@@ -137,7 +137,7 @@ r.delete("/:id", async (req, res) => {
.where(eq(opendockArticleSetup.id, id))
.returning();
return apiReturn(res, {
success: false,
success: true,
level: "info", //connect.success ? "info" : "error",
module: "opendock",
subModule: "articleCheck",