Fix linter violations

This commit is contained in:
Sam Partington 2020-12-22 11:28:08 +00:00
parent 82a8fa443e
commit 45dd5ee97d
3 changed files with 2 additions and 3 deletions

View file

@ -100,7 +100,6 @@ async function run() {
logger
);
stats = { ...queriesStats, ...uploadStats };
} catch (error) {
core.setFailed(error.message);
console.log(error);