Skip to content

Commit a12d8ca

Browse files
committed
actually fixed now
1 parent 5ff9e6f commit a12d8ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/core/code-area-actions/submit-button.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ const SubmitButton = () => {
7575
email: submitEmail,
7676
challenge: submitChallenge,
7777
});
78-
await postSubmitCount({
79-
code,
80-
dateTime,
81-
email,
82-
challenge,
83-
});
8478
setSubmitClicked(true);
8579
} catch (error: any) {
8680
alert(error.response.data.message);

0 commit comments

Comments
 (0)