Skip to content

Commit

Permalink
fix: post to queue
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed May 17, 2024
1 parent c8bd7ea commit 90490b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/notification-producer/src/postToQueueTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@cowprotocol/notifications';

export async function main() {
const channel = await connectToChannel({
const { channel } = await connectToChannel({
channel: NOTIFICATIONS_QUEUE,
});

Expand Down

0 comments on commit 90490b8

Please # to comment.