format and lint

This commit is contained in:
Jonathan Tamsut
2023-05-01 15:14:08 -07:00
parent 3fbdfd5f2e
commit 59620fae2d
+1 -2
View File
@@ -15,9 +15,8 @@ export function getClient(token: string, userAgent?: string): Octokit {
userAgent: userAgent || `GitHub Actions Language Server`, userAgent: userAgent || `GitHub Actions Language Server`,
request: { request: {
agent: httpsAgent agent: httpsAgent
}, }
}); });
} else { } else {
return new Octokit({ return new Octokit({
auth: token, auth: token,