Skip to content

Commit d3049eb

Browse files
olweraltuvemrubens
andauthored
Update src/core/webview/ClineProvider.ts
Co-authored-by: Matt Rubens <[email protected]>
1 parent c1675a8 commit d3049eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,6 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
25462546
enableMcpServerCreation: stateValues.enableMcpServerCreation ?? true,
25472547
alwaysApproveResubmit: stateValues.alwaysApproveResubmit ?? false,
25482548
requestDelaySeconds: Math.max(5, stateValues.requestDelaySeconds ?? 10),
2549-
// rateLimitSeconds is now part of the API configuration
25502549
currentApiConfigName: stateValues.currentApiConfigName ?? "default",
25512550
listApiConfigMeta: stateValues.listApiConfigMeta ?? [],
25522551
modeApiConfigs: stateValues.modeApiConfigs ?? ({} as Record<Mode, string>),

0 commit comments

Comments
 (0)