Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed Dec 10, 2023
1 parent cdb21ac commit 0c32bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fifoqueue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ queue.setConsumer(inflight (message: str) => {
});

test "will push to queue" {
queue.push("a new message");
queue.push("a new message", groupId: "myGroup");
}
`

Expand Down

0 comments on commit 0c32bb1

Please sign in to comment.