Skip to content

Commit 8ab7fe6

Browse files
committed
fix type
1 parent 8dbbfdb commit 8ab7fe6

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
@@ -30,7 +30,7 @@ export class UsageV2Producer {
3030
/**
3131
* A comma-separated list of `host[:port]` Kafka servers.
3232
*/
33-
kafkaServers: "development" | "production";
33+
kafkaServers: string;
3434
/**
3535
* The product where usage is coming from.
3636
*/

0 commit comments

Comments
 (0)