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 1c0fd56 commit e15d99fCopy full SHA for e15d99f
templates/deno/mod.ts.twig
@@ -6,7 +6,7 @@ import { {{service.name | caseUcfirst}} } from "./src/services/{{service.name |
6
7
export {
8
Client,
9
- {{service.name | caseUcfirst}}Exception,
+ {{spec.title | caseUcfirst}}Exception,
10
{% for service in spec.services %}
11
{{service.name | caseUcfirst}},
12
{% endfor %}
0 commit comments