fendersperth / fendersbot

A group project for learning and teaching via a real code base
9 stars 3 forks source link

`lib/slack/controller/config.js` imports a default export from `lib/slack/stores/redis.js` but `redis.js` has no default export #36

Closed luke-john closed 4 years ago

luke-john commented 8 years ago

lib/slack/controller/config.js imports a default export from lib/slack/stores/redis.js but redis.js has no default export.

https://github.com/fendersperth/fendersbot/blob/0f9ab1b7aa25f3211fb79a4f4785f32bb138534a/lib/slack/controller/config.js#L2

luke-john commented 4 years ago

closing while cleaning up my old open github issues