Ghost/core/server/services/members/index.js
Fabien O'Carroll 3f6544bebc Renamed index.js -> service.js for lint reasons
no-issue

Our linter now requires that files named index.js have less than 50
lines, so this renames the index.js file to service.js and reexports
service.js from index.js so that linting will pass.
2021-05-20 12:08:45 +01:00

2 lines
39 B
JavaScript

module.exports = require('./service');