Skip to content

Commit

Permalink
change key names
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalsayed10 committed Apr 17, 2024
1 parent 03c8d04 commit f8166e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/grant.ts
Expand Up @@ -48,8 +48,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
fields: {
"Project Name": [projectRecord.id],
Recipient: [record.id],
"Ship link": shipLink,
"Airtable Form Link": airtableFormLink,
"Ship Link": shipLink,
"Submission Form Link": airtableFormLink,
"Custom Analytics (JSON)": customDataJson,
},
},
Expand Down

0 comments on commit f8166e7

Please sign in to comment.