Fix bugs found in E2E testing

This commit is contained in:
Nick Cipollo
2019-08-27 09:50:26 -04:00
parent 0280874154
commit 2b2c872297
10 changed files with 183 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ export interface Releases {
assetUrl: string,
contentLength: number,
contentType: string,
file: string,
file: string | object,
name: string
): Promise<Response<AnyResponse>>
}
@@ -51,7 +51,7 @@ export class GithubReleases implements Releases{
assetUrl: string,
contentLength: number,
contentType: string,
file: string,
file: string | object,
name: string
): Promise<Response<AnyResponse>> {
return this.git.repos.uploadReleaseAsset({