fix backend lint errors
This commit is contained in:
@@ -83,7 +83,7 @@ export class ImportNotesProcessorService {
|
||||
}
|
||||
|
||||
@bindThis
|
||||
private downloadUrl(url: string, path:string): Promise<{filename: string}> {
|
||||
private downloadUrl(url: string, path:string): Promise<{ filename: string }> {
|
||||
return this.downloadService.downloadUrl(url, path, { operationTimeout: this.config.import?.downloadTimeout, maxSize: this.config.import?.maxFileSize });
|
||||
}
|
||||
|
||||
|
||||
@@ -161,4 +161,4 @@ export type ThinUser = {
|
||||
|
||||
export type ScheduleNotePostJobData = {
|
||||
scheduleNoteId: MiNote['id'];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user