ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

Fix non-strict syntax by removing global return #58

Closed christianbundy closed 5 years ago

christianbundy commented 5 years ago

This resolves an issue where the module wasn't able to be parsed in strict mode.

See: ssbc/ssb-server#683