Fix bug in redis library;

This commit is contained in:
Stefan-5422
2022-04-02 17:44:50 +02:00
parent 5593652da8
commit 2cb5709158
+2
View File
@@ -14,4 +14,6 @@ const email: redis.RedisClientType = createClient({
url: "redis://localhost:6379",
});
email.connect();
export const emailClient = createAsyncClient(email);