mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Pass workspace premiumness to IDE
This commit is contained in:
parent
c5bd2043f0
commit
7cfc8390a3
@ -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,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user