Pass workspace premiumness to IDE

This commit is contained in:
Lennart Kats 2016-03-14 11:21:46 +00:00
parent c5bd2043f0
commit 7cfc8390a3

View File

@ -694,14 +694,15 @@ module.exports = function(options) {
no_newsletter: options.user.no_newsletter,
subscription_on_signup: options.user.subscription_on_signup,
premium: options.user.premium,
region: options.user.region
region: options.user.region,
},
project: {
id: options.project.id,
name: options.project.name,
contents: options.project.contents,
descr: options.project.descr,
remote: options.project.remote
remote: options.project.remote,
premium: options.project.premium,
}
},
{