Change type

This commit is contained in:
2021-11-27 16:24:27 +01:00
parent e36ed99fe1
commit 38177e420c

View File

@@ -47,7 +47,7 @@ export async function UpdateGithubReadme(): Promise<void> {
},
})
if (update.status !== 200)
Logger.error('Error with updating statistics')
Logger.error('Error while updating statistics')
}
}