Skip to content

Commit

Permalink
format service entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 29, 2023
1 parent 3efaa1d commit d3e194f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/pds/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const main = async () => {
// If the PDS is configured to proxy moderation, this will be running on appview instead of pds.
// Also don't run this on the sequencer leader, which may not be configured regarding moderation proxying at all.
const periodicModerationActionReversal =
pds.ctx.cfg.bskyAppView.proxyModeration || pds.ctx.cfg.sequencerLeaderEnabled
pds.ctx.cfg.bskyAppView.proxyModeration ||
pds.ctx.cfg.sequencerLeaderEnabled
? null
: new PeriodicModerationActionReversal(pds.ctx)
const periodicModerationActionReversalRunning =
Expand Down

0 comments on commit d3e194f

Please sign in to comment.