Skip to content

Commit

Permalink
feat: home org status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 30, 2023
1 parent b9a01fd commit ca18679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/organization.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ca18679

Please sign in to comment.