Skip to content

Commit 54c8213

Browse files
committed
wip
1 parent dee16ff commit 54c8213

File tree

1 file changed

+1
-1
lines changed
  • src/codegen/inputs/asyncapi/generators

1 file changed

+1
-1
lines changed

src/codegen/inputs/asyncapi/generators/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function generateAsyncAPITypes(
5757
${allChannels.map((channel) => {
5858
return ` '${channel.id()}': '${channel.address()}'`;
5959
}).join(', \n')}
60-
};\n`
60+
};\n`;
6161
result += topicIdsPart + toTopicIdsPart + toTopicsPart + topicsMap;
6262
}
6363

0 commit comments

Comments
 (0)