Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed Oct 10, 2023
1 parent b78d5ae commit 714aab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-typings/src/omnichannel/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export interface IOmnichannelQueue {
start(): Promise<void>;
shouldStart(): void;
stop(): Promise<void>;
isRunning(): Promise<boolean>;
isRunning(): boolean;
}

0 comments on commit 714aab1

Please sign in to comment.