We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee16ff commit 54c8213Copy full SHA for 54c8213
src/codegen/inputs/asyncapi/generators/types.ts
@@ -57,7 +57,7 @@ export async function generateAsyncAPITypes(
57
${allChannels.map((channel) => {
58
return ` '${channel.id()}': '${channel.address()}'`;
59
}).join(', \n')}
60
-};\n`
+};\n`;
61
result += topicIdsPart + toTopicIdsPart + toTopicsPart + topicsMap;
62
}
63
0 commit comments