Skip to content

Commit 255c496

Browse files
committed
remove default
1 parent 77a153f commit 255c496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-utils/src/node/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class UsageV2Producer {
9191
*/
9292
async init(configOverrides?: ProducerConfig) {
9393
if (this.compression === CompressionTypes.LZ4) {
94-
CompressionCodecs[CompressionTypes.LZ4] = new LZ4Codec.default().codec;
94+
CompressionCodecs[CompressionTypes.LZ4] = new LZ4Codec().codec;
9595
}
9696

9797
this.producer = this.kafka.producer({

0 commit comments

Comments
 (0)