chore: add user get profile and check validity route
This commit is contained in:
@@ -16,4 +16,8 @@ export class CacheService {
|
||||
async del(key: string) {
|
||||
await this.cacheManager.del(key);
|
||||
}
|
||||
|
||||
async getTtl(key: string) {
|
||||
return await this.cacheManager.ttl(key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user