Skip to content

Commit

Permalink
Remove argumento não esperado na funcao
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaPerola committed Dec 24, 2024
1 parent 3ee4624 commit 1a4f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/descriptive_exams/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $(function() {
});
handleFetchDisciplinesSuccess(data);
} catch (error) {
handleFetchDisciplinesError(error);
handleFetchDisciplinesError();
}
}
}
Expand Down

0 comments on commit 1a4f137

Please sign in to comment.