feat: subscription period based on the license code.

This commit is contained in:
a.bouhuolia
2021-09-08 15:56:18 +02:00
parent 02ef195af0
commit 97c3fd9e0c
10 changed files with 252 additions and 146 deletions

View File

@@ -16,9 +16,6 @@ const ERRORS = {
@Service()
export default class UsersService {
@Inject()
tenancy: TenancyService;
@Inject('logger')
logger: any;