Skip to content

Commit 9d949fe

Browse files
authored
Merge pull request #102 from bbarni2020/airtable
Rename fields in Airtable submission
2 parents dc73d76 + 5c76830 commit 9d949fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/dashboard/admin/ysws-review/[id]/+page.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ export const actions = {
238238
)}h ${queriedProject.timeSpent % 60}min, each one with a 3d model file to show progress.\nAll journals can be found here: https://construct.hackclub.com/dashboard/projects/${queriedProject.project.id}`;
239239

240240
await airtableBase('YSWS Project Submission').create({
241-
'Repository URL': repoUrl ?? '',
242-
'Demo URL': queriedProject.project.url ?? '',
241+
'Code URL': repoUrl ?? '',
242+
'Playable URL': queriedProject.project.url ?? '',
243243
Description: queriedProject.project.description ?? '',
244244

245245
'First Name': first_name ?? '',

0 commit comments

Comments
 (0)