mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-31 03:48:03 +01:00
Finish GitHub Update profile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user