Skip to content

Commit

Permalink
fix: 馃悰 semikolonviolation!
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikHellman committed Feb 27, 2021
1 parent 9bde441 commit 46c6260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.ts
Expand Up @@ -117,7 +117,7 @@ export class Api extends EventEmitter {
if (this.isFake) return fakeResponse(fake.children())

const startBundleResponse = await this.fetch('startBundle', routes.startBundle, this.session)
const startBundleText = await startBundleResponse.text();
const startBundleText = await startBundleResponse.text()

const apiKeyMatches = apiKeyRegex.exec(startBundleText)
const apiKey = apiKeyMatches && apiKeyMatches.length > 1 ? apiKeyMatches[1] : ''
Expand Down

0 comments on commit 46c6260

Please sign in to comment.