This commit is contained in:
@@ -164,7 +164,7 @@ export default {
|
||||
//Does the database need to be erased?
|
||||
let res = await window.$gz.api.get("license/database-empty");
|
||||
//We never expect there to be no data here
|
||||
if (!res.data) {
|
||||
if (!res.hasOwnProperty("data")) {
|
||||
throw res;
|
||||
}
|
||||
if (res.data != true) {
|
||||
|
||||
Reference in New Issue
Block a user