Skip to content

Commit 0905da1

Browse files
committed
fix fetch client assignment
1 parent 06437dd commit 0905da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tocsoft.GraphQLCodeGen.Cli/Templates/ts/Function/typescript.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const url = "{{>ApiUrl}}";
2727
{{> Includes }}
2828

2929
const client = {
30-
fetch = {{> FetchCient }},
30+
fetch : {{> FetchCient }},
3131
};
3232
{{>UrlConfig}}
3333

0 commit comments

Comments
 (0)