From 5fce477ac93263ae362351864c921dbfd8ecfdbb Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Fri, 1 Dec 2023 10:38:39 -0500 Subject: [PATCH] feat: update home 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 9550612f..e90c247f 100644 --- a/src/controllers/organization.controller.js +++ b/src/controllers/organization.controller.js @@ -20,7 +20,7 @@ export const findAll = async (req, res) => { export const homeOrgSyncStatus = async (req, res) => { try { - //await assertHomeOrgExists(); + await assertHomeOrgExists(); const walletSynced = await datalayer.walletIsSynced(); const homeOrg = await Organization.getHomeOrg(); const pendingCommitsCount = await Staging.count({