Update linter version and lint

This commit is contained in:
2021-11-27 16:37:15 +01:00
parent 9cb299abee
commit f6070b20ee
4 changed files with 175 additions and 177 deletions

View File

@@ -37,7 +37,8 @@ async function getDevelopmentHours(): Promise<void> {
await UpdateGithubReadme()
}
} catch (error) {
}
catch (error) {
Logger.error('Error while getting the stats')
}
}