appStoreId must be string (if present)
This commit is contained in:
parent
967d349c6a
commit
b1cecb178d
@ -171,7 +171,7 @@ Cloudron.prototype.installApp = function (location, manifestOrAppstoreId, portBi
|
||||
|
||||
var data = {
|
||||
manifest: typeof manifestOrAppstoreId === 'object' ? manifestOrAppstoreId : null,
|
||||
appStoreId: typeof manifestOrAppstoreId === 'string' ? manifestOrAppstoreId : null,
|
||||
appStoreId: typeof manifestOrAppstoreId === 'string' ? manifestOrAppstoreId : '',
|
||||
location: location,
|
||||
accessRestriction: null,
|
||||
oauthProxy: false,
|
||||
|
Loading…
Reference in New Issue
Block a user