Update save-results.js

This commit is contained in:
Aleksandr Statciuk 2022-01-14 17:55:51 +03:00
parent b3413b6c99
commit 3e4a24b42f
2 changed files with 17 additions and 6 deletions

View file

@ -12,6 +12,7 @@ async function main() {
const programs = result.programs.map(program => {
program.site = result.site
program.country = result.country
program.gid = result.gid
return program
})