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 e15d99f commit e6e3f22Copy full SHA for e6e3f22
templates/deno/mod.ts.twig
@@ -1,5 +1,5 @@
1
import { Client } from "./src/client.ts";
2
-import { Client } from "./src/exception.ts";
+import { {{spec.title | caseUcfirst}}Exception } from "./src/exception.ts";
3
{% for service in spec.services %}
4
import { {{service.name | caseUcfirst}} } from "./src/services/{{service.name | caseDash}}.ts";
5
{% endfor %}
0 commit comments