diff --git a/app/Utils/UpdateGithubReadme.ts b/app/Utils/UpdateGithubReadme.ts index a6c4bde..b2c0ab9 100644 --- a/app/Utils/UpdateGithubReadme.ts +++ b/app/Utils/UpdateGithubReadme.ts @@ -47,7 +47,7 @@ export async function UpdateGithubReadme(): Promise { }, }) if (update.status !== 200) - Logger.error('Error with updating statistics') + Logger.error('Error while updating statistics') } }