chore(code): fix more js & ts files

This commit is contained in:
Elian Doran
2024-12-22 15:45:54 +02:00
parent b321d99076
commit 7a2b5e731e
44 changed files with 574 additions and 574 deletions

4
src/express.d.ts vendored
View File

@@ -8,7 +8,7 @@ export declare module "express-serve-static-core" {
headers: {
"x-local-date"?: string;
"x-labels"?: string;
"authorization"?: string;
"trilium-cred"?: string;
"x-csrf-token"?: string;
@@ -18,4 +18,4 @@ export declare module "express-serve-static-core" {
"trilium-hoisted-note-id"?: string;
}
}
}
}