Skip to content

Commit 91f1213

Browse files
Restore formatting
1 parent 4190bcb commit 91f1213

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/api_client/execute_request.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ const utils = require("../utils");
88
const ensureOption = require('../utils/ensureOption').defaults(config());
99
const ProxyAgent = utils.optionalRequire('proxy-agent');
1010

11-
const {
12-
extend,
13-
includes,
14-
isEmpty
15-
} = utils;
11+
const { extend, includes, isEmpty } = utils;
1612

1713
function execute_request(method, params, auth, api_url, callback, options = {}) {
1814
method = method.toUpperCase();

0 commit comments

Comments
 (0)