Skip to content

Commit 7644adb

Browse files
committed
fix exception naming
1 parent 618e5c4 commit 7644adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/index.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const Client = require('./lib/client.js');
2-
const Client = require('./lib/exception.js');
2+
const {{spec.title | caseUcfirst}}Exception = require('./lib/exception.js');
33
{% for service in spec.services %}
44
const {{service.name | caseUcfirst}} = require('./lib/services/{{service.name | caseDash}}.js');
55
{% endfor %}

0 commit comments

Comments
 (0)