Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca-Casagrande-Stiga committed Dec 5, 2024
1 parent 241cb36 commit 5cf5940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ expectType<MQEmitterRedis>(mqEmitterRedis().on('topic', listener));

expectType<void>(mqEmitterRedis().removeListener('topic', listener));

expectError(mqEmitterRedis().emit(null))
expectError(mqEmitterRedis().emit(null));

expectType<void>(mqEmitterRedis().emit({ topic: 'test', prop1: 'prop1' }));

Expand Down

0 comments on commit 5cf5940

Please sign in to comment.