Skip to content

Commit

Permalink
Merge pull request #9991 from Tony133/chore/update-kafka-interface
Browse files Browse the repository at this point in the history
chore(): improvement on kafka interface
  • Loading branch information
kamilmysliwiec committed Jul 21, 2022
2 parents 88a9448 + 1dab851 commit b98e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/microservices/external/kafka.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ export enum CompressionTypes {
ZSTD = 4,
}

export var CompressionCodecs: {
export let CompressionCodecs: {
[CompressionTypes.GZIP]: () => any;
[CompressionTypes.Snappy]: () => any;
[CompressionTypes.LZ4]: () => any;
Expand Down

0 comments on commit b98e4d2

Please sign in to comment.