missing semicolon

This commit is contained in:
Josh Wilsdon 2017-05-16 17:26:27 -07:00
parent 0d271cb7e2
commit bc80ea4426
1 changed files with 1 additions and 1 deletions

View File

@ -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({