mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix redundant jsdoc in bull/v2 (#48189)
This commit is contained in:
parent
a743c973b3
commit
fe3e8016d4
4
types/bull/v2/index.d.ts
vendored
4
types/bull/v2/index.d.ts
vendored
@ -38,13 +38,13 @@ declare module "bull" {
|
||||
|
||||
/**
|
||||
* Removes a Job from the queue from all the lists where it may be included.
|
||||
* @returns {Promise} A promise that resolves when the job is removed.
|
||||
* @returns A promise that resolves when the job is removed.
|
||||
*/
|
||||
remove(): Promise<void>;
|
||||
|
||||
/**
|
||||
* Rerun a Job that has failed.
|
||||
* @returns {Promise} A promise that resolves when the job is scheduled for retry.
|
||||
* @returns A promise that resolves when the job is scheduled for retry.
|
||||
*/
|
||||
retry(): Promise<void>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user