Skip to content

Commit

Permalink
fix: mirror url logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Mar 1, 2024
1 parent 96ac698 commit 46ba5ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tasks/mirror-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ const runMirrorCheck = async () => {
await Organization.addMirror(orgData.orgUid, mirrorUrl);
await Organization.addMirror(orgData.registryId, mirrorUrl);
} else {
logger.error(
'DATALAYER_FILE_SERVER_URL not set, skipping mirror announcement',
);
logger.error(
'DATALAYER_FILE_SERVER_URL not set, skipping mirror announcement',
);
}
}
}
};
Expand Down

0 comments on commit 46ba5ae

Please sign in to comment.