mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
chore(code): fix editorconfig for src/public
This commit is contained in:
@@ -40,7 +40,7 @@ function execute(req: Request) {
|
||||
const pivot = query.indexOf('\n');
|
||||
query = pivot > 0 ? query.substr(pivot + 1).trim() : "";
|
||||
}
|
||||
|
||||
|
||||
if (!query) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user