Update shutdown logging

This commit is contained in:
Rory Powell 2022-08-31 11:05:49 +01:00
parent dd86875ea2
commit 435465f93a
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) => {