From 35df5ce4c4ef65d17803cbdcc473312d179b792c Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 18 Aug 2022 12:11:34 +0200 Subject: [PATCH] revert --- examples/getstarted/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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