Skip to content

Commit 4e018d9

Browse files
author
David T Rocca
committed
Fix linting findings
1 parent 7c548a1 commit 4e018d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/stores/cveListSearch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineStore } from 'pinia';
2-
import { useGenericGlobalsStore } from './genericGlobals';
32
import axios from 'axios';
43

54
export const useCveListSearchStore = defineStore('cveListSearch ', {

src/views/ReportRequest/ReportRequestForNonCNAs.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ export default {
176176
components: {
177177
NavigationSidebar,
178178
SurveyLinkComponent,
179-
ServiceUnavailable
179+
// NOTE(drocca): This was throwing a linting error, however, this is not something I touched. It was being flagged for being registered and not being used.
180+
//ServiceUnavailable
180181
},
181182
data() {
182183
return {

0 commit comments

Comments
 (0)