Skip to content

Commit e6e3f22

Browse files
committed
fix import
1 parent e15d99f commit e6e3f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deno/mod.ts.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Client } from "./src/client.ts";
2-
import { Client } from "./src/exception.ts";
2+
import { {{spec.title | caseUcfirst}}Exception } from "./src/exception.ts";
33
{% for service in spec.services %}
44
import { {{service.name | caseUcfirst}} } from "./src/services/{{service.name | caseDash}}.ts";
55
{% endfor %}

0 commit comments

Comments
 (0)