missing semicolon
This commit is contained in:
parent
0d271cb7e2
commit
bc80ea4426
@ -2329,7 +2329,7 @@ CloudApi.prototype.createVolume = function createVolume(options, cb) {
|
|||||||
// "public":true
|
// "public":true
|
||||||
// }]
|
// }]
|
||||||
var networkList = options.networks.map(function _mapNetworks(network) {
|
var networkList = options.networks.map(function _mapNetworks(network) {
|
||||||
return network.id
|
return network.id;
|
||||||
});
|
});
|
||||||
|
|
||||||
this._request({
|
this._request({
|
||||||
|
Reference in New Issue
Block a user