Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-rocketchat committed Feb 5, 2025
1 parent 265cb2a commit 108d05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/api/server/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class APIClass<TBasePath extends string = ''> {
(rateLimiterOptions === undefined &&
Boolean(defaultRateLimiterOptions?.numRequestsAllowed && defaultRateLimiterOptions?.intervalTimeInMS))) &&
Boolean(this.version) &&
process.env.TEST_MODE !== 'true'
!process.env.TEST_MODE
);
}

Expand Down

0 comments on commit 108d05b

Please sign in to comment.