Skip to content
Snippets Groups Projects
Commit 1a9a519a authored by timothycarambat's avatar timothycarambat
Browse files

Merge branch 'master' of github.com:Mintplex-Labs/anything-llm

parents 5931b602 1d9ba76b
No related branches found
No related tags found
No related merge requests found
...@@ -792,7 +792,7 @@ function systemEndpoints(app) { ...@@ -792,7 +792,7 @@ function systemEndpoints(app) {
try { try {
const { id } = request.params; const { id } = request.params;
await WorkspaceChats.delete({ id: Number(id) }); await WorkspaceChats.delete({ id: Number(id) });
response.status(200).json({ success, error }); response.sendStatus(200).end();
} catch (e) { } catch (e) {
console.error(e); console.error(e);
response.sendStatus(500).end(); response.sendStatus(500).end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment