We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c02b3 commit 70c2fb4Copy full SHA for 70c2fb4
filters/all.js
@@ -688,7 +688,7 @@ function getTopicInfo(channelName, channel) {
688
689
if (type) {
690
//console.log("It's a type: " + type);
691
- const javaType = typeMap.get(type);
+ const javaType = type.javaType || typeMap.get(type);
692
if (!javaType) throw new Error(`topicInfo filter: type not found in typeMap: ${ type}`);
693
param.type = javaType;
694
const printfArg = type.printFormat;
0 commit comments