2026-05-18 21:02:38 +07:00
|
|
|
export const checkRateLimit = (_key: string): boolean => {
|
2026-05-18 07:01:32 +07:00
|
|
|
return true;
|
|
|
|
|
};
|
|
|
|
|
|
2026-05-18 07:27:06 +07:00
|
|
|
export const cleanupRateLimitCache = (): void => {
|
2026-05-18 21:02:38 +07:00
|
|
|
// No-op karena rate limit dinonaktifkan
|
2026-05-18 07:01:32 +07:00
|
|
|
};
|