feat(server): rename contributionTier → contributionAmount in routes + utils

This commit is contained in:
Jennie Robinson Faber 2026-04-19 18:44:29 +01:00
parent 7a2acd4628
commit 57f5152be4
18 changed files with 35 additions and 35 deletions

View file

@ -20,7 +20,7 @@ export default defineEventHandler(async (event) => {
$setOnInsert: {
name: "Test Admin",
circle: "founder",
contributionTier: "0",
contributionAmount: 0,
role: "admin",
status: "active",
},