Skip to content

Commit

Permalink
docs(bullmq-pro): update changelog (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored May 10, 2023
1 parent ce8059d commit 0acfb79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/gitbook/bullmq-pro/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.2.3](https://github.com/taskforcesh/bullmq-pro/compare/v5.2.2...v5.2.3) (2023-05-09)


### Bug Fixes

* **deps:** upgrade bullmq to 3.13.2 ([#144](https://github.com/taskforcesh/bullmq-pro/issues/144)) ([4dd0bb7](https://github.com/taskforcesh/bullmq-pro/commit/4dd0bb7ff69b8270f4adf1f513a7164fb49cc375))

## [5.2.2](https://github.com/taskforcesh/bullmq-pro/compare/v5.2.1...v5.2.2) (2023-04-18)


Expand Down
6 changes: 1 addition & 5 deletions src/classes/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,7 @@ export class Scripts {
: { count: shouldRemove ? 0 : -1 };
}

async moveToFinished<
DataType = any,
ReturnType = any,
NameType extends string = string,
>(jobId: string, args: (string | number | boolean | Buffer)[]) {
async moveToFinished(jobId: string, args: (string | number | boolean | Buffer)[]) {
const client = await this.queue.client;

const result = await (<any>client).moveToFinished(args);
Expand Down

0 comments on commit 0acfb79

Please sign in to comment.