diff --git a/go/cmd/memberreconciler/main.go b/go/cmd/memberreconciler/main.go index aa66823..2ad5212 100644 --- a/go/cmd/memberreconciler/main.go +++ b/go/cmd/memberreconciler/main.go @@ -2,8 +2,7 @@ // the Firestore membership mirror (humans/{humanId}.networks) match the // authoritative Postgres network_members table. // -// Run before flipping Stage 1 Firestore rules so existing humans have their -// mirror docs populated, and on a cron to heal any drift from a dropped mirror +// Run on a cron to heal any drift from a dropped mirror // write in network.Service. // // The reconciler reads the current Firestore state and only writes humans