Removed unused variable.
This commit is contained in:
parent
afc6e55504
commit
4a4aa4c2b6
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { useMainStore } from '@/store';
|
||||||
|
|
||||||
export function validateISSClientTag(clientTag) {
|
export function validateISSClientTag(clientTag) {
|
||||||
const store = useMainStore()
|
const store = useMainStore()
|
||||||
const clientName = store.issConfig.clientName;
|
|
||||||
|
|
||||||
return store.validateClientTag(clientTag)
|
return store.validateClientTag(clientTag)
|
||||||
.then(
|
.then(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue