mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
Finish GitHub Update profile
This commit is contained in:
@@ -65,9 +65,9 @@ export async function UpdateGitHubReadme(): Promise<void> {
|
||||
}, {
|
||||
headers: {
|
||||
authorization: `Bearer ${Env.get('GITHUB_TOKEN')}`
|
||||
},
|
||||
}
|
||||
}
|
||||
).catch(error => console.log(error))
|
||||
)
|
||||
}
|
||||
|
||||
function getStatus(state: boolean): string {
|
||||
|
||||
Reference in New Issue
Block a user