Remove trailing commas

This commit is contained in:
Michael Naumov
2022-06-06 08:19:49 -06:00
parent ff38f8258b
commit 0c031c6def

View File

@@ -22,8 +22,8 @@ export type SearchNote = {
export type IndexedNote = { export type IndexedNote = {
path: string path: string
basename: string, basename: string
mtime: number, mtime: number
content: string content: string
aliases: string aliases: string