We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c005f1 commit a0e02dfCopy full SHA for a0e02df
server/services/lifecycle/lifecycle.js
@@ -18,7 +18,6 @@ module.exports = ({ strapi }) => {
18
await strapi.db.lifecycles.subscribe({
19
models: [contentTypeUid],
20
async afterCreate(event) {
21
- console.log('AFTER CREATE' + event)
22
const { result } = event
23
const meilisearch = strapi
24
.plugin('meilisearch')
0 commit comments