Skip to content

Commit 6f51d40

Browse files
committed
chore: remove MESSAGE_QUEUE from Environment interface
1 parent ee83bc6 commit 6f51d40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/shared/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ export interface Environment {
321321
R2: R2Bucket;
322322
CONVERSATION_HISTORY: KVNamespace;
323323
AI_WORKFLOW: Fetcher;
324-
MESSAGE_QUEUE: Queue<Task>;
325324
TAVILY_API_KEY?: string;
326325
Sandbox: DurableObjectNamespace<Sandbox>;
327326
VECTORIZE?: VectorizeIndex;

0 commit comments

Comments
 (0)