Update shutdown logging

This commit is contained in:
Rory Powell 2022-08-31 11:05:49 +01:00
parent ae3e4a7d6e
commit 7ae3d1d19f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ exports.shutdown = async () => {
if (devAppClient) await devAppClient.finish()
if (debounceClient) await debounceClient.finish()
if (flagClient) await flagClient.finish()
console.log("Redis shutdown")
}
exports.doesUserHaveLock = async (devAppId, user) => {