mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 13:05:55 +00:00
fixed when auth is needed but not provided
This commit is contained in:
parent
f68452c47a
commit
6132a45c7c
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
|
||||||
} else {
|
} else {
|
||||||
resolve(res);
|
resolve(res);
|
||||||
}
|
}
|
||||||
});
|
}).catch(error => reject(error));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue