From bc80ea442604938fdb4b2e7313f6e2af32a83b19 Mon Sep 17 00:00:00 2001 From: Josh Wilsdon Date: Tue, 16 May 2017 17:26:27 -0700 Subject: [PATCH] missing semicolon --- lib/cloudapi2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudapi2.js b/lib/cloudapi2.js index 44f03c2..6a3de5a 100644 --- a/lib/cloudapi2.js +++ b/lib/cloudapi2.js @@ -2329,7 +2329,7 @@ CloudApi.prototype.createVolume = function createVolume(options, cb) { // "public":true // }] var networkList = options.networks.map(function _mapNetworks(network) { - return network.id + return network.id; }); this._request({