Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Jan 16, 2024
1 parent 1b5f445 commit 0230fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/admin/points.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const AwardPointsPage: NextPage = () => {
} = useForm<FormValues>();

const onSubmit: SubmitHandler<FormValues> = async ({ email, description, points }) => {
// TODO
const token = CookieService.getClientCookie(CookieType.ACCESS_TOKEN);
const response = await EventAPI.awardBonusPoints(token, email, points, description);
showToast(`Successfully awarded bonus points for ${JSON.stringify(response.emails)}`);
Expand Down

0 comments on commit 0230fa3

Please sign in to comment.