me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

error with lib-node-databox #319

Open tlodge opened 5 years ago

tlodge commented 5 years ago

calling databox.HypercatToSourceDataMetadata with raw string gives a:

ReferenceError: hyperCatString is not defined

fix for now is to call JSON.parse on the string first.

cgreenhalgh commented 5 years ago

This is address by me-box/lib-node-databox#46 (although i've also changed the method name to HypercatToDataSourceMetadata for consistency with go lib, etc.)