Remove trailing commas
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user