mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
38da0cee0d
commit
fa92c5f1df
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('|'));
|
||||
|
||||
console.log(setsData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue