const { mutate: revertToExerciseStart } = useMutation<
    File[],
    unknown,
    Submission
  >(async (submission) => {