Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a976b63 commit 679a584Copy full SHA for 679a584
1 file changed
packages/bun-queue/src/types.ts
@@ -90,7 +90,7 @@ export interface JobOptions {
90
export interface RateLimiter {
91
max: number
92
duration: number
93
- keyPrefix?: string | ((data: any) => string)
+ keyPrefix?: string | ((_data: any) => string)
94
}
95
96
export interface Job<T = any> {
0 commit comments