Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-05-26 12:16:25 -04:00 committed by GitHub
parent 0130fe4f35
commit 06371e0043
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ export default {
return { isAuthorized: false };
}
// Set the client tag on thes store here so we can use it for logging if need be.
// Set the client tag on the store here so we can use it for logging if need be.
this.mainStore.issConfig.clientTag = clientTag;
const resp = await validateISSClientTag(clientTag);