Skip to content

Commit c9bc084

Browse files
committed
fix: no base client
1 parent 8d595cf commit c9bc084

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/templates/exportHook.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { {{clientName}} } from '../../client';
99
{{/each}}
1010
{{/if}}
1111

12-
const client = new {{clientName}}({
13-
BASE: process.env.ANYROAD_API_BASE_URL
14-
});
12+
const client = new {{clientName}}();
1513

1614
{{#each operations}}
1715
{{#equals method 'GET'}}

0 commit comments

Comments
 (0)