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 78c47d9 commit 2381360Copy full SHA for 2381360
index.ts
@@ -55,7 +55,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
55
return this.compileTemplates(this.options.generateImages, record, v => String(v.prompt));
56
}
57
58
- private async checkRateLimit(field: string, fieldNameRateLimit: string | undefined, headers: Record<string, string | string[] | undefined>): { error?: string } | void {
+ private checkRateLimit(field: string, fieldNameRateLimit: string | undefined, headers: Record<string, string | string[] | undefined>): { error?: string } | void {
59
if (fieldNameRateLimit) {
60
// rate limit
61
// const { error } = RateLimiter.checkRateLimit(
0 commit comments