Skip to content

Commit 10c9b72

Browse files
committed
chore: removing unneeded dev comment
1 parent 80e8777 commit 10c9b72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/firebase-admin/backfillNextDigestAt.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import { Profile } from "../../components/db/profile/types"
1313
import { Script } from "./types"
1414
import { Boolean, Record } from "runtypes"
1515

16-
// todo - actually move nextDigestAt into profiles
17-
// - no reason not to do it now, we have the backfill and the rules
18-
// don't protect any collection
19-
// I'll need to fix the rules so that writes to the `profiles::nextDigestAt` field can only be made by admins
20-
// - e.g. this script, the deliverNotifcaitons script, or theupdateNotifiaciotn script
2116
const Args = Record({
2217
dryRun: Boolean
2318
})

0 commit comments

Comments
 (0)