Skip to content

Commit

Permalink
Modify create endpoint to make it compile?
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Nov 11, 2023
1 parent 1c0fe1c commit 1aeb1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/users/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function handler(
sourceHeardFrom: user.sourceHeardFrom,
ethnicity: user.ethnicity,
gender: user.gender,
tags: user.tags,
programs: [],
events: user.events,
};

Expand Down

0 comments on commit 1aeb1f8

Please sign in to comment.