Update save-results.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 23:46:20 +03:00
parent 7e5e1f34d3
commit 99efb08046
9 changed files with 92 additions and 92 deletions

View file

@ -57,7 +57,8 @@ async function createQueue() {
site: item.site,
date: dString,
configPath: item.configPath,
groups: []
groups: [],
error: null
}
}