Skip to content

Commit 314c5ad

Browse files
committed
fix obsolete code
1 parent 95f2588 commit 314c5ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/request.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ export default function(options, iframely_options, callback) {
162162
url: options.uri
163163
});
164164

165-
fetchData(utils.prepareRequestOptions(options, {
166-
...iframely_options
167-
}))
165+
fetchData(utils.prepareRequestOptions(options, iframely_options))
168166
.then(result => {
169167
finish(null, result);
170168
})

0 commit comments

Comments
 (0)