Browse Source

Merge branch 'main' into feature/add-permission-decorator

pull/2693/head
Fares Eidi 2 years ago
parent
commit
33692d0cdf
  1. 2
      CHANGELOG.md
  2. 2
      apps/api/src/app/user/user.service.ts

2
CHANGELOG.md

@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reverted `Nx` from version `17.1.3` to `17.0.2` - Reverted `Nx` from version `17.1.3` to `17.0.2`
## 2.27.0 - 2023-11-24 ## 2.27.0 - 2023-11-26
### Changed ### Changed

2
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;
} }

Loading…
Cancel
Save