Remove trailing commas
This commit is contained in:
@@ -22,8 +22,8 @@ export type SearchNote = {
|
||||
|
||||
export type IndexedNote = {
|
||||
path: string
|
||||
basename: string,
|
||||
mtime: number,
|
||||
basename: string
|
||||
mtime: number
|
||||
|
||||
content: string
|
||||
aliases: string
|
||||
|
||||
Reference in New Issue
Block a user