Skip to content

Commit 2c670f6

Browse files
committed
fixed frontend build
1 parent c61da13 commit 2c670f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/lib/fixtures/topics.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const topicConsumerGroups: ConsumerGroup[] = [
6464
state: ConsumerGroupState.UNKNOWN,
6565
coordinator: { id: 1 },
6666
consumerLag: 9,
67-
inherit: ''
67+
inherit: '',
6868
},
6969
{
7070
groupId: 'amazon.msk.canary.group.broker-4',
@@ -75,7 +75,7 @@ export const topicConsumerGroups: ConsumerGroup[] = [
7575
state: ConsumerGroupState.COMPLETING_REBALANCE,
7676
coordinator: { id: 1 },
7777
consumerLag: 9,
78-
inherit: ''
78+
inherit: '',
7979
},
8080
];
8181

0 commit comments

Comments
 (0)