feat: fix throttle

This commit is contained in:
Nevo David 2025-12-28 21:01:20 +07:00
parent b9062423a4
commit e5a4c558dd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export class ThrottlerBehindProxyGuard extends ThrottlerGuard {
return super.canActivate(context);
}
return super.canActivate(context);
return true;
}
protected override async getTracker(