diff --git a/package.json b/package.json index 4b04085f..378f1cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "climate-warehouse", - "version": "1.2.21", + "version": "1.2.22", "private": true, "bin": "build/server.js", "type": "module", diff --git a/src/controllers/organization.controller.js b/src/controllers/organization.controller.js index 5fa2124e..5a590bbd 100644 --- a/src/controllers/organization.controller.js +++ b/src/controllers/organization.controller.js @@ -79,7 +79,7 @@ export const createV2 = async (req, res) => { return res.json({ message: - 'New organization created successfully. Please wait for it to be confirmed.', + 'New organization is currently being created. It can take up to 30 mins. Please do not interrupt this process.', }); } } catch (error) {