Removed unused variable.

This commit is contained in:
Jeremy Zimmerman 2023-02-22 12:44:08 -05:00
parent afc6e55504
commit 4a4aa4c2b6

View file

@ -2,7 +2,6 @@ import { useMainStore } from '@/store';
export function validateISSClientTag(clientTag) {
const store = useMainStore()
const clientName = store.issConfig.clientName;
return store.validateClientTag(clientTag)
.then(