mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 16:39:02 +01:00
fix electron build
This commit is contained in:
parent
69727d0b12
commit
98f80998b9
@ -55,7 +55,7 @@ function apiResultHandler(res, result) {
|
|||||||
res.status(204).send();
|
res.status(204).send();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
res.status(200).send(result);
|
res.send(result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user