Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/user/user.service.ts
|
@ -60,7 +60,7 @@ export class UserService { |
|
|
PROPERTY_SYSTEM_MESSAGE |
|
|
PROPERTY_SYSTEM_MESSAGE |
|
|
)) as SystemMessage; |
|
|
)) as SystemMessage; |
|
|
|
|
|
|
|
|
if (systemMessageProperty?.targetGroups?.includes(subscription.type)) { |
|
|
if (systemMessageProperty?.targetGroups?.includes(subscription?.type)) { |
|
|
systemMessage = systemMessageProperty; |
|
|
systemMessage = systemMessageProperty; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|