conditionalFiles
feature is broken when template uses server
special parameter
#1206
Labels
conditionalFiles
feature is broken when template uses server
special parameter
#1206
error is in https://github.com/asyncapi/generator/blob/master/lib/generator.js#L882
It is because there is a new function that should be used
instead of
asyncapiDocument.server(this.templateParams.server)
should be
asyncapiDocument.servers().get(this.templateParams.server)
The text was updated successfully, but these errors were encountered: