refacator: fix typw
This commit is contained in:
parent
1dc06f7ad3
commit
b6db709e02
7 changed files with 7 additions and 8 deletions
|
|
@ -62,7 +62,7 @@ export async function exportNotes(job: Bull.Job<DbUserJobData>, done: any): Prom
|
|||
order: {
|
||||
id: 1,
|
||||
},
|
||||
});
|
||||
}) as Note[];
|
||||
|
||||
if (notes.length === 0) {
|
||||
job.progress(100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue