LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

fix(openURL): url param type passed to ParquetJS #168

Closed enddynayn closed 3 years ago

enddynayn commented 3 years ago

ParquetJS does not accept a type URL to be passed into ParquetReader.openURL. Coerce URL to string before passing into ParquetJS.