Skip to content

Commit

Permalink
remove unused destructured exam property
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Aug 26, 2024
1 parent 2cf6724 commit 278cd17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
methods: {
// @public
setData(data) {
const { exam, exercises } = data;
const { exercises } = data;
this.selectedExercises = fromPairs(exercises.map(x => [x.id, x]));
this.loading = false;
this.$store.dispatch('notLoading');
Expand Down

0 comments on commit 278cd17

Please sign in to comment.