From a3f3320c38ae500c8d670ccbff1050b3849c9e3b Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 14:08:18 +0200 Subject: Make all users premium --- src/models/User.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/User.js b/src/models/User.js index bec78fc16..d12aef278 100644 --- a/src/models/User.js +++ b/src/models/User.js @@ -20,7 +20,7 @@ export default class User { @observable isSubscriptionOwner = false; - @observable isPremium = false; + @observable isPremium = true; @observable beta = false; @@ -43,7 +43,7 @@ export default class User { this.lastname = data.lastname || this.lastname; this.organization = data.organization || this.organization; this.accountType = data.accountType || this.accountType; - this.isPremium = data.isPremium || this.isPremium; + this.isPremium = true; this.beta = data.beta || this.beta; this.donor = data.donor || this.donor; this.isDonor = data.isDonor || this.isDonor; -- cgit v1.2.3-70-g09d2