This commit is contained in:
Louis Lam 2022-04-14 10:12:03 +08:00
parent 60b44c2cdd
commit 0a5db0cecb

View file

@ -1228,7 +1228,7 @@ try {
}
// Only starts importing if the backup file contains at least one proxy
if (proxyListData.length >= 1) {
if (proxyListData && proxyListData.length >= 1) {
const proxies = await R.findAll("proxy");
// Loop over proxy list and save proxies