Skip to content

Commit b1b34b3

Browse files
committed
fixed merge issues
1 parent fb648b4 commit b1b34b3

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
@@ -74,12 +74,6 @@ const SubmitButton = () => {
7474
dateTime,
7575
email: submitEmail,
7676
challenge: submitChallenge,
77-
await postSubmitCount({
78-
code,
79-
dateTime,
80-
email,
81-
challenge,
82-
8377
});
8478
setSubmitClicked(true);
8579
} catch (error: any) {

0 commit comments

Comments
 (0)