feat(server): rename contributionTier → contributionAmount in routes + utils
This commit is contained in:
parent
7a2acd4628
commit
57f5152be4
18 changed files with 35 additions and 35 deletions
|
|
@ -36,7 +36,7 @@ export default defineEventHandler(async (event) => {
|
|||
name: row.name,
|
||||
email: row.email,
|
||||
circle: row.circle,
|
||||
contributionTier: row.contributionTier,
|
||||
contributionAmount: row.contributionAmount,
|
||||
slackInvited: false
|
||||
})
|
||||
const saved = await member.save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue