We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acef99e commit cfddf1bCopy full SHA for cfddf1b
1 file changed
api/src/services.js
@@ -63,8 +63,6 @@ export default async function () {
63
app.logger.error(error.message)
64
}
65
66
- // Create app services
67
-
68
// Service to store user features first as catalog layers use it
69
const featuresService = await createFeaturesService.call(app, { collection: 'features' })
70
await app.configureService('features', featuresService, servicesPath)
0 commit comments