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:
parent
6666cd1182
commit
4764686bd0
|
|
@ -20,7 +20,7 @@ async function main() {
|
||||||
name: "rVote Community",
|
name: "rVote Community",
|
||||||
slug: "legacy",
|
slug: "legacy",
|
||||||
description: "The original rVote community space.",
|
description: "The original rVote community space.",
|
||||||
isPublic: true,
|
visibility: "public_read",
|
||||||
promotionThreshold: 100,
|
promotionThreshold: 100,
|
||||||
votingPeriodDays: 7,
|
votingPeriodDays: 7,
|
||||||
creditsPerDay: 10,
|
creditsPerDay: 10,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue