From e5a4c558ddf79c15386b4b892c8746335f26225c Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 28 Dec 2025 21:01:20 +0700 Subject: [PATCH] feat: fix throttle --- libraries/nestjs-libraries/src/throttler/throttler.provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/nestjs-libraries/src/throttler/throttler.provider.ts b/libraries/nestjs-libraries/src/throttler/throttler.provider.ts index 8118aaa3..312d0a79 100644 --- a/libraries/nestjs-libraries/src/throttler/throttler.provider.ts +++ b/libraries/nestjs-libraries/src/throttler/throttler.provider.ts @@ -11,7 +11,7 @@ export class ThrottlerBehindProxyGuard extends ThrottlerGuard { return super.canActivate(context); } - return super.canActivate(context); + return true; } protected override async getTracker(