Jackrudenko/unleashed (#827)

* Improve Google sheet path match, not you can use embedded object to get the path from

* Add the Unleashed node in alphabet order in the package.json file to follow contribution guide requirements

*  Improvements to Unleashed-Node

* Implement pagination and fix date transformation from Unleashed to ISO

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
Ievgen
2020-08-10 19:19:26 +03:00
committed by GitHub
parent f9970f7157
commit 3c29e5c14f
9 changed files with 745 additions and 1 deletions

View File

@@ -459,7 +459,6 @@ export class GoogleSheet {
rowData.push('');
}
});
setData.push(rowData);
});