Skip to content

Commit df3b6a4

Browse files
Make 'request.headers' optional in ExtensionConfig
1 parent 49e17b3 commit df3b6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export type ExtensionConfig = {
1616
'custom.typeRules'?: string
1717
'custom.commitMessageRules'?: string
1818
'custom.descriptionPrompt'?: string
19-
'request.headers': Record<string, string>
19+
'request.headers'?: Record<string, string>
2020
}

0 commit comments

Comments
 (0)