fix format

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-05-21 14:52:20 +02:00
parent 66fee560e5
commit 7417241fcc
@@ -229,7 +229,7 @@ export class GithubCredentialsProvider {
const owner = parsed.owner || parsed.name;
const repo = parsed.owner ? parsed.name : undefined;
let type: GithubCredentialType = 'app';
let type: GithubCredentialType = 'app';
let token = await this.githubAppCredentialsMux.getAppToken(owner, repo);
if (!token) {
type = 'token';