From 719b8287511bfa0d6e4db3abd471394a3241a214 Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 21 Oct 2025 11:18:04 +0700 Subject: [PATCH] test log --- src/interfaces/permission.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/permission.ts b/src/interfaces/permission.ts index cfe76e6..b7f3576 100644 --- a/src/interfaces/permission.ts +++ b/src/interfaces/permission.ts @@ -196,7 +196,7 @@ class CheckAuth { console.log(`[REDIS] Connecting to Redis at ${REDIS_HOST}:${REDIS_PORT}`); // Create Redis client - const redisClient = this.redis.createClient({ + const redisClient = await this.redis.createClient({ socket: { host: REDIS_HOST, port: REDIS_PORT,