From 14d2364fc69e0222133115c55a36286986006098 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 15 Oct 2021 09:48:06 +0200 Subject: chore: update eslint setup (#2074) --- src/models/User.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/models/User.ts') diff --git a/src/models/User.ts b/src/models/User.ts index a04d46d3c..571f1f847 100644 --- a/src/models/User.ts +++ b/src/models/User.ts @@ -59,7 +59,8 @@ export default class User { this.beta = data.beta || this.beta; this.locale = data.locale || this.locale; - this.isSubscriptionOwner = data.isSubscriptionOwner || this.isSubscriptionOwner; + this.isSubscriptionOwner = + data.isSubscriptionOwner || this.isSubscriptionOwner; this.team = data.team || this.team; } -- cgit v1.2.3-70-g09d2