Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix(typescript): add return type for base uri getter (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Dec 5, 2019
1 parent de1f9d4 commit 7121624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class Upload extends Pumpify {
private bufferStream?: PassThrough;
private offsetStream?: PassThrough;

private get baseURI() {
private get baseURI(): string {
return `https://${this.apiEndpoint}/upload/storage/v1/b`;
}

Expand Down

0 comments on commit 7121624

Please sign in to comment.