fix(VnUserLink): stop when workerId is null
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-05-08 08:26:05 +02:00
parent 035530c4ce
commit b993428201
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const $props = defineProps({
const isWorker = ref(false);
onMounted(async () => {
if (!$props.workerId) return;
try {
const {
data: { exists },