Skip to content

Commit 988de07

Browse files
author
aersamkull
committed
Fixes noImplicitAny Error
1 parent 4e7d893 commit 988de07

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen/src/main/resources/TypeScript-Angular

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/TypeScript-Angular/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace {{package}} {
1616
1717
static $inject: string[] = ['$http', '$httpParamSerializer'];
1818
19-
constructor(private $http: ng.IHttpService, basePath?: string, private $httpParamSerializer?: (any) => any) {
19+
constructor(private $http: ng.IHttpService, basePath?: string, private $httpParamSerializer?: (d: any) => any) {
2020
if (basePath) {
2121
this.basePath = basePath;
2222
}

0 commit comments

Comments
 (0)