Skip to content

Commit fcaaead

Browse files
committed
make docs required
1 parent 0770674 commit fcaaead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/session-logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const PROVIDER_OPTIONS: Array<{
2424
value: ProviderPickerKind;
2525
label: string;
2626
available: boolean;
27-
docsUrl: string | null;
27+
docsUrl: string;
2828
}> = [
2929
{
3030
value: "codex",

0 commit comments

Comments
 (0)