feat(storidge): update 6

storidge-standalone
Anthony Lapenna 2019-04-18 14:17:05 +12:00
parent 64fa3e78ff
commit bf42276950
1 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ export function StoridgeCreateProfileRequest(model) {
};
}
// TODO: investigate bandwith
if (model.MinBandwidth && model.MaxBandwidth) {
this.bandwidth = {
min: model.MinBandwidth,
@ -101,7 +100,6 @@ export function StoridgeCreateProfileRequest(model) {
var service = {};
// TODO: investigate snapshot
service.snapshot = {
enabled: model.SnapshotEnabled
};