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 c20a305 commit eafb7bfCopy full SHA for eafb7bf
index.ts
@@ -30,7 +30,7 @@ export default class RichEditorPlugin extends AdminForthPlugin {
30
constructor(options: PluginOptions) {
31
super(options, import.meta.url);
32
this.options = options;
33
- if (this.options.completion.rateLimit?.limit) {
+ if (this.options.completion?.rateLimit?.limit) {
34
this.rateLimiter = new RateLimiter(this.options.completion.rateLimit?.limit);
35
}
36
0 commit comments