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 618e5c4 commit 7644adbCopy full SHA for 7644adb
templates/node/index.js.twig
@@ -1,5 +1,5 @@
1
const Client = require('./lib/client.js');
2
-const Client = require('./lib/exception.js');
+const {{spec.title | caseUcfirst}}Exception = require('./lib/exception.js');
3
{% for service in spec.services %}
4
const {{service.name | caseUcfirst}} = require('./lib/services/{{service.name | caseDash}}.js');
5
{% endfor %}
0 commit comments