Skip to content

Commit 3258b15

Browse files
committed
Revert this
1 parent af2f204 commit 3258b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exports/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
8888
images,
8989
newTab,
9090
}: {
91-
configuration?: RooCodeSettings // Made configuration optional
91+
configuration: RooCodeSettings
9292
text?: string
9393
images?: string[]
9494
newTab?: boolean

0 commit comments

Comments
 (0)