feat: is trialing

This commit is contained in:
Nevo David 2025-07-13 16:13:02 +07:00
parent 1783da607c
commit bae0b6bc82
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ export class OrganizationRepository {
name: body.company,
apiKey: AuthService.fixedEncryption(makeId(20)),
allowTrial: true,
isTrailing: true,
users: {
create: {
role: Role.SUPERADMIN,