update manyyyyyyyyy
This commit is contained in:
@@ -43,6 +43,7 @@ export class GraphqlService {
|
||||
// redis context cache
|
||||
const cachedUser = await this.redis.getUser(sessionId)
|
||||
if (cachedUser) {
|
||||
// Logger.log(`Found cached user for sessionId: ${sessionId}`)
|
||||
return cachedUser
|
||||
}
|
||||
// check if the token is valid
|
||||
|
||||
Reference in New Issue
Block a user