From 38177e420c4c60dce62688358e38a2040af72855 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 27 Nov 2021 16:24:27 +0100 Subject: [PATCH] Change type --- app/Utils/UpdateGithubReadme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') } }