diff --git a/src/globals.ts b/src/globals.ts index b51ad3e..572729b 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -22,8 +22,8 @@ export type SearchNote = { export type IndexedNote = { path: string - basename: string, - mtime: number, + basename: string + mtime: number content: string aliases: string