From 5c6a245cfe5c0d1424b0b6e11b76133726335da0 Mon Sep 17 00:00:00 2001 From: Phara0h Date: Mon, 18 Apr 2022 16:33:54 -0400 Subject: [PATCH] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index aa544ca..6b2ea0c 100644 --- a/index.js +++ b/index.js @@ -135,6 +135,8 @@ class Fasquest { options.simple = opts.simple !== false; options.method = opts.method || 'GET'; options.uri = opts.uri; + options.timeout = opts.timeout; + if (opts.qs) { var escQS = qs.stringify(opts.qs);