mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Fix destructure error
This commit is contained in:
parent
b4d4c61128
commit
1adcca5666
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function getInstanceStatusObject(url) {
|
|||
};
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return {};
|
||||
}
|
||||
|
||||
function getInstanceStatusURL(url) {
|
||||
|
|
Loading…
Reference in a new issue