Skip to content

Commit

Permalink
Sonar Finding.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi-thirumani committed Dec 31, 2024
1 parent 2ae6e91 commit 6efc214
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,9 @@
import moment from 'moment';
import { sortBy } from 'lodash';
import ConfirmationDialog from '@/components/util/ConfirmationDialog.vue';
import { FILE_UPLOAD_STATUS } from '@/utils/constants';
import { Routes, FILE_UPLOAD_STATUS } from '@/utils/constants';
import { getFileNameWithMaxNameLength } from '../../../utils/file';
import ApiService from '@/common/apiService';
import { Routes } from '@/utils/constants';
export default {
name: 'AssessmentKeyUpload',
Expand Down

0 comments on commit 6efc214

Please sign in to comment.