Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 3, 2024
1 parent eea5b22 commit 69cce26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"description": "Right way to work with jobs",
"keywords": ["jobs", "queue", "bullmq", "bull", "pg-boss"],
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ConnectionOptions } from "bullmq";
import { Job } from "define-job";
import { Job } from "./define-job";
import type { Shift } from "./utils";

export function initJobify(connection: ConnectionOptions) {
Expand Down

0 comments on commit 69cce26

Please sign in to comment.