build(aio): update TypeScript (and other dependencies)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
bc831ff4a4
commit
6b8413f7b3
@ -27,7 +27,7 @@ export class GithubApi {
|
||||
|
||||
this.requestHeaders = {'User-Agent': `Node/${process.versions.node}`};
|
||||
if (githubToken) {
|
||||
this.requestHeaders['Authorization'] = `token ${githubToken}`;
|
||||
this.requestHeaders.Authorization = `token ${githubToken}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user