mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
e736c0f200
commit
a719fe62a9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
const setsData = fs.readFileSync(path.join('Utils', 'mtg-sets-data.txt'), 'utf8')
|
||||
.split('\n')
|
||||
.map(line => {[line.split('|')[1]]: line.split('|')[0]});
|
||||
.map(line => ({[line.split('|')[1]]: line.split('|')[0]}));
|
||||
|
||||
console.log(setsData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue