mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +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();
|
||||
}
|
||||
else {
|
||||
res.status(200).send(result);
|
||||
res.send(result);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user