Skip to content

Commit c7e0b36

Browse files
committed
fix: add missing type
1 parent 24e8fe3 commit c7e0b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/partials/base.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{~#equals base 'binary'~}}
22
{{~#equals @root.httpClient 'fetch'}}Blob{{/equals~}}
3+
{{~#equals @root.httpClient 'nextjs'}}Blob{{/equals~}}
34
{{~#equals @root.httpClient 'xhr'}}Blob{{/equals~}}
45
{{~#equals @root.httpClient 'axios'}}Blob{{/equals~}}
56
{{~#equals @root.httpClient 'angular'}}Blob{{/equals~}}

0 commit comments

Comments
 (0)