Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): Resolve rate limit errors during testing
- Updated rate limiter utility to bypass rate limiting in test environment. - Ensured that the rateLimiter middleware allows all requests without restrictions when NODE_ENV is set to "test". - This fix prevents test failures related to rate limiting while running automated tests.
- Loading branch information