Skip to content

Commit 3d56881

Browse files
committed
update typedoc
1 parent 7ebaa7c commit 3d56881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Queue {
9292
this.concurrency = -1;
9393
}
9494
/**
95-
* @returns a promise that resolves all jobs that are queued and not active
95+
* @returns a promise that resolves all jobs of jobStore
9696
*/
9797
async getJobs() {
9898
return await this.jobStore.getJobs();

0 commit comments

Comments
 (0)