Fix seed script: use visibility field instead of removed isPublic

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-14 19:32:29 -07:00
parent 6666cd1182
commit 4764686bd0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ async function main() {
name: "rVote Community",
slug: "legacy",
description: "The original rVote community space.",
isPublic: true,
visibility: "public_read",
promotionThreshold: 100,
votingPeriodDays: 7,
creditsPerDay: 10,