Skip to content

Commit

Permalink
implicit any fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jul 29, 2016
1 parent f55b48e commit 3a62570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ng2-uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class Ng2Uploader {
multipart: boolean = true;
method: string = 'POST';
debug: boolean = false;
customHeaders: Object = {};
customHeaders: any = {};
encodeHeaders: boolean = true;
authTokenPrefix: string = "Bearer";
authToken: string = undefined;
Expand Down

0 comments on commit 3a62570

Please sign in to comment.