Skip to content

Commit c946cf6

Browse files
committed
comment
1 parent 0b0cf29 commit c946cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/ratelimit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Keeping the key broad until we add the new transports
12
export type RateLimits = Record<string, number>;
23

34
export const DEFAULT_RETRY_AFTER = 60 * 1000; // 60 seconds

0 commit comments

Comments
 (0)