From ca18679760a625b3ad48d8a8faf8e638269091de Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Thu, 30 Nov 2023 16:07:38 -0500 Subject: [PATCH] feat: home org status endpoint --- src/controllers/organization.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/organization.controller.js b/src/controllers/organization.controller.js index 0d9af7c0..b50e8981 100644 --- a/src/controllers/organization.controller.js +++ b/src/controllers/organization.controller.js @@ -31,7 +31,7 @@ export const homeOrgSyncStatus = async (req, res) => { home_org_synced: homeOrg?.synced ?? false, }, message: - 'After you detect that wallet is synced, your want to wait about 5 seconds and call this endpoint again to get the home org status. There is a delay between when the wallet is synced and when the proper status for home org is picked up.', + 'After you detect that wallet is synced, you will want to wait about 5 seconds and call this endpoint again to get the home org status. There is a delay between when the wallet is synced and when the proper status for home org is picked up.', success: true, }); } catch (error) {