Skip to content

Commit

Permalink
chore: bump 1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jan 10, 2023
1 parent bf73d6b commit d32923d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-warehouse",
"version": "1.2.21",
"version": "1.2.22",
"private": true,
"bin": "build/server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/organization.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d32923d

Please sign in to comment.