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