mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fixed "duplicate subtree"
This commit is contained in:
@@ -26,6 +26,8 @@ function init(app) {
|
||||
},
|
||||
send: obj => {
|
||||
event.sender.send('server-response', {
|
||||
url: arg.url,
|
||||
method: arg.method,
|
||||
requestId: arg.requestId,
|
||||
statusCode: res.statusCode,
|
||||
headers: respHeaders,
|
||||
@@ -38,4 +40,4 @@ function init(app) {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = init;
|
||||
module.exports = init;
|
||||
|
||||
Reference in New Issue
Block a user