dev-mastery / comments-api

MIT License
1.92k stars 649 forks source link

Wrong import when injecting is-questionable in handleModeration #27

Closed paduc closed 4 years ago

paduc commented 4 years ago

https://github.com/dev-mastery/comments-api/blob/7c93f3d498d626da8fbd1fb9407994e82fb7e97b/src/use-cases/index.js#L7

Shouldn't the import be

import isQuestionable from '../is-questionable'

?

Thank you for your awesome videos and examples btw !

arcdev1 commented 4 years ago

Yes. Good catch. Wanna make a pull request?

paduc commented 4 years ago

Don’t mind if I do 😊

https://github.com/dev-mastery/comments-api/pull/28