Skip to content

Commit

Permalink
remove unused caching from routing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Nov 27, 2024
1 parent 239d5f2 commit be4128d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { getExerciseDashboardLink, getLinkToSubmissionAssessment } from 'app/uti
import { SubmissionType, getLatestSubmissionResult } from 'app/entities/submission.model';
import { isAllowedToModifyFeedback } from 'app/assessment/assessment.service';
import { breakCircularResultBackReferences } from 'app/exercises/shared/result/result.utils';
import { faExternalLink, faTimesCircle } from '@fortawesome/free-solid-svg-icons';
import { faTimesCircle } from '@fortawesome/free-solid-svg-icons';
import { cloneDeep } from 'lodash-es';
import { AssessmentAfterComplaint } from 'app/complaints/complaints-for-tutor/complaints-for-tutor.component';
import { PROFILE_LOCALVC } from 'app/app.constants';
Expand Down Expand Up @@ -111,7 +111,6 @@ export class CodeEditorTutorAssessmentContainerComponent implements OnInit, OnDe

// Icons
faTimesCircle = faTimesCircle;
faExternalLink = faExternalLink;

/**
* Get all feedback suggestions without a reference. They will be shown in cards below the build output.
Expand Down

0 comments on commit be4128d

Please sign in to comment.