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