Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Jan 12, 2021
1 parent 4d35999 commit b96f724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/queue/src/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {IContext} from "@typesafeunit/unit";
import {Promisify} from "@typesafeunit/util";
import {IContext} from "@bunt/unit";
import {Promisify} from "@bunt/util";
import {Handler} from "./Handler";
import {Message, MessagePayload, TaskAbstract} from "./Queue";

Expand Down

0 comments on commit b96f724

Please sign in to comment.