mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
f601c89167
commit
e736c0f200
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')
|
const setsData = fs.readFileSync(path.join('Utils', 'mtg-sets-data.txt'), 'utf8')
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.map(line => {[line.split('|')[1]]: line.split('|')[0]);
|
.map(line => {[line.split('|')[1]]: line.split('|')[0]});
|
||||||
|
|
||||||
console.log(setsData);
|
console.log(setsData);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue