Finish GitHub Update profile

This commit is contained in:
2020-12-20 17:37:26 +01:00
parent 6ec76e9307
commit 57a1f23844

View File

@@ -65,9 +65,9 @@ export async function UpdateGitHubReadme(): Promise<void> {
}, { }, {
headers: { headers: {
authorization: `Bearer ${Env.get('GITHUB_TOKEN')}` authorization: `Bearer ${Env.get('GITHUB_TOKEN')}`
}, }
} }
).catch(error => console.log(error)) )
} }
function getStatus(state: boolean): string { function getStatus(state: boolean): string {