apps\api\src\proxy: fix controller
This commit is contained in:
parent
fcafe1306d
commit
7882a6ef8c
@ -133,7 +133,7 @@ export class ProxyController {
|
||||
@Res() reply: FastifyReply,
|
||||
) {
|
||||
try {
|
||||
const value = this.cacheManager.get(queryKey);
|
||||
const value = await this.cacheManager.get(queryKey);
|
||||
|
||||
return reply.send(value);
|
||||
} catch (error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user