Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Jun 8, 2023
1 parent 565c80c commit d37bffe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/cms/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ function fetchAllSites(req, res, startSites) {
sitesById = newSitesById;

cleanUpSites();
// if is called via interval, for each site call /config-reset on domain




}).catch((e) => {
console.error('An error occurred fetching the site config:', e);
if (res) res.status(500).json({error: 'An error occured fetching the sites data: ' + e});
Expand Down

1 comment on commit d37bffe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:bugfix-password-protection-loop-d37bffe

Please sign in to comment.