mirror of
https://github.com/unraid/api.git
synced 2026-01-12 03:30:08 -06:00
fix: export getHypervisor
This commit is contained in:
@@ -49,7 +49,7 @@ libvirtDirWatcher.on('all', async (event, fileName) => {
|
||||
}
|
||||
});
|
||||
|
||||
const getHypervisor = async () => {
|
||||
export const getHypervisor = async () => {
|
||||
// Return hypervisor if it's already connected
|
||||
if (hypervisor) {
|
||||
return hypervisor;
|
||||
|
||||
Reference in New Issue
Block a user