File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ using {{ spec.title | caseUcfirst }}.Enums;
88{% endfor %}
99using {{ spec .title | caseUcfirst }}.Models;
1010using {{ spec .title | caseUcfirst }}.Services;
11- {% if method .parameters .all | hasPermissionParam %}
12- using {{ spec .title | caseUcfirst }}.Permission;
13- using {{ spec .title | caseUcfirst }}.Role;
14- {% endif %}
1511
1612Client client = new Client()
1713{% if method .auth | length > 0 %}
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ import {{ spec.title | caseUcfirst }}Enums
66{% set addedEnum = true %}
77{% endif %}
88{% endfor %}
9- {% if method .parameters .all | hasPermissionParam %}
10- import {{ spec .title | caseUcfirst }}Permission
11- import {{ spec .title | caseUcfirst }}Role
12- {% endif %}
139
1410let client = Client()
1511{% if method .auth | length > 0 %}
You can’t perform that action at this time.
0 commit comments