chore: lint files

This commit is contained in:
Adhiraj Singh
2023-03-02 15:22:43 +05:30
parent 9c71267e22
commit 06f2d354bf
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export type ChatModification =
}
| {
star: {
messages: { id: string, fromMe?: boolean }[],
messages: { id: string, fromMe?: boolean }[]
star: boolean
}
}