chore: fix type errors
This commit is contained in:
@@ -393,7 +393,7 @@ export class FilesController extends AbstractViewController<FilesControllerEvent
|
|||||||
options: {
|
options: {
|
||||||
showToast?: boolean
|
showToast?: boolean
|
||||||
note?: SNNote
|
note?: SNNote
|
||||||
},
|
} = {},
|
||||||
): Promise<FileItem | undefined> {
|
): Promise<FileItem | undefined> {
|
||||||
const { showToast = true, note } = options
|
const { showToast = true, note } = options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user