request.d.ts: fixing RequestAPI.Options.form type

This commit is contained in:
Steve
2014-09-23 09:43:01 +02:00
parent b0b4af1223
commit 9be7aba212
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ var options: request.Options = {
},
jar: value,
form: value,
form: obj,
oauth: value,
aws: aws,
qs: obj,