diff --git a/examples/getstarted/src/index.js b/examples/getstarted/src/index.js index a1dd6da33e..5abfcc85cf 100644 --- a/examples/getstarted/src/index.js +++ b/examples/getstarted/src/index.js @@ -16,7 +16,7 @@ module.exports = { * This gives you an opportunity to set up your data model, * run jobs, or perform some special logic. */ - async bootstrap({ strapi }) {}, + bootstrap({ strapi }) {}, /** * An asynchronous destroy function that runs before