Skip to content

Commit

Permalink
remove: api key from finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Nov 13, 2018
1 parent 2222c64 commit 332758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BacklogClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class BacklogClientImpl implements BacklogClient {

public importFinalize(projectKey: Key<Project>): Either<Error, void> {
try {
this.http.get(this.buildUri(`importer/spreadsheet?projectKey=${projectKey}`))
this.http.get(`https://${this.spaceName}.backlog${this.domain}/api/v2/importer/spreadsheet?projectKey=${projectKey}`)
} catch (e) {
return Left(e)
}
Expand Down

0 comments on commit 332758d

Please sign in to comment.