Skip to content

Commit

Permalink
Fix submission bug
Browse files Browse the repository at this point in the history
Submissions were ignore if they did not pass validation
  • Loading branch information
Leonelmarianog committed Jul 12, 2023
1 parent fbba8d3 commit 7ea7079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/extractOnlySubmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const extractOnlySubmission = (message: string): string => {
return extractCodeBlockFromSubmission(message);
}

return '';
return message;
};

0 comments on commit 7ea7079

Please sign in to comment.