digitalbazaar / bedrock-vc-delivery

A Bedrock module for delivering issued VCs
Other
0 stars 0 forks source link

Fix the `if` statement to check if the object `steps` is not empty. #29

Closed JSAssassin closed 1 year ago

JSAssassin commented 1 year ago

https://github.com/digitalbazaar/bedrock-vc-delivery/blob/d3ce63a354be64e2bd402698cc6abd1acad4ade3/schemas/bedrock-vc-exchanger.js#L184-L191 When an empty object steps is passed I get this error because empty object is a truthy value https://github.com/digitalbazaar/bedrock-vc-delivery/blob/d3ce63a354be64e2bd402698cc6abd1acad4ade3/lib/index.js#L106-L115.

JSAssassin commented 1 year ago

Closing, not required right now.