mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-01 20:16:12 +08:00
fixed when auth is needed but not provided
This commit is contained in:
@@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
|
|||||||
} else {
|
} else {
|
||||||
resolve(res);
|
resolve(res);
|
||||||
}
|
}
|
||||||
});
|
}).catch(error => reject(error));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user