Skip to content

Commit

Permalink
feat: update home status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 1, 2023
1 parent 230ab38 commit 5fce477
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 @@ -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({
Expand Down

0 comments on commit 5fce477

Please sign in to comment.