Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jan 14, 2025
1 parent f78c0c2 commit 4f0cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/tests/consumers_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Deno.test("consumers - getConsumerFromInfo doesn't do info", async () => {

let heardInfo = false;
nc.subscribe("$JS.API.CONSUMER.INFO.messages.c", {
callback: (_, m) => {
callback: () => {
heardInfo = true;
},
});
Expand Down

0 comments on commit 4f0cafb

Please sign in to comment.