mirror of
https://github.com/unraid/api.git
synced 2026-05-07 23:51:40 -05:00
fix: swap undefined to null
This commit is contained in:
@@ -210,7 +210,7 @@ export const useUnraidApiStore = defineStore("unraidApi", () => {
|
|||||||
unraidApiClient.value.stop();
|
unraidApiClient.value.stop();
|
||||||
// (wsLink.value as any).subscriptionClient.close(); // needed if we start using subscriptions
|
// (wsLink.value as any).subscriptionClient.close(); // needed if we start using subscriptions
|
||||||
}
|
}
|
||||||
unraidApiClient.value = undefined;
|
unraidApiClient.value = null;
|
||||||
unraidApiStatus.value = "offline";
|
unraidApiStatus.value = "offline";
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user