Skip to content

Commit e5a4c55

Browse files
committed
feat: fix throttle
1 parent b906242 commit e5a4c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/throttler/throttler.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class ThrottlerBehindProxyGuard extends ThrottlerGuard {
1111
return super.canActivate(context);
1212
}
1313

14-
return super.canActivate(context);
14+
return true;
1515
}
1616

1717
protected override async getTracker(

0 commit comments

Comments
 (0)