diff --git a/apps/notification-producer/src/postToQueueTest.ts b/apps/notification-producer/src/postToQueueTest.ts index 00232c2..9dba01a 100644 --- a/apps/notification-producer/src/postToQueueTest.ts +++ b/apps/notification-producer/src/postToQueueTest.ts @@ -5,7 +5,7 @@ import { } from '@cowprotocol/notifications'; export async function main() { - const channel = await connectToChannel({ + const { channel } = await connectToChannel({ channel: NOTIFICATIONS_QUEUE, });