From 35a841038a8c89560ba7f8463a8a7f3647383a2e Mon Sep 17 00:00:00 2001 From: seaznCode Date: Wed, 11 Mar 2026 22:29:55 +0100 Subject: [PATCH] feat: remove redundant userType assignment in abonement service methods --- services/abonemments/AbonemmentService.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/abonemments/AbonemmentService.js b/services/abonemments/AbonemmentService.js index b95d5d9..3b90fe1 100644 --- a/services/abonemments/AbonemmentService.js +++ b/services/abonemments/AbonemmentService.js @@ -174,7 +174,6 @@ class AbonemmentService { snapshot.next_billing_at, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } ); @@ -366,7 +365,6 @@ class AbonemmentService { snapshot.next_billing_at, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } ); @@ -521,7 +519,6 @@ class AbonemmentService { next, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } );