sending manifest is now redundant

This commit is contained in:
Girish Ramakrishnan
2016-06-04 13:23:13 -07:00
parent 4068ff5f21
commit f9251c8b37

View File

@@ -245,8 +245,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
Client.prototype.installApp = function (id, manifest, title, config, callback) {
var that = this;
var data = {
appStoreId: id,
manifest: manifest,
appStoreId: id + '@' + manifest.version,
location: config.location,
portBindings: config.portBindings,
accessRestriction: config.accessRestriction,