We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
followRedirects
1 parent abb2be4 commit 5e5d2b2Copy full SHA for 5e5d2b2
scripts/templates/index.d.ts.tpl
@@ -22,7 +22,6 @@ declare namespace Github {
22
ca?: string;
23
headers?: {[header: string]: any};
24
requestMedia?: string;
25
- followRedirects?: boolean;
26
rejectUnauthorized?: boolean;
27
family?: number;
28
}
scripts/templates/index.js.flow.tpl
@@ -18,7 +18,6 @@ declare module "github" {
18
19
headers?: {[header: Header]: any};
20
21
};
0 commit comments