gergo/workspaceDefaultPlan (#3561)
* feat(gatekeeper): create workspaces with trial plan by default * feat(gatekeeper): default to starter trial plan * fix(eventBus): fix tests
This commit is contained in:
@@ -52,6 +52,7 @@ const command: CommandModule<
|
||||
|
||||
await upsertPaidWorkspacePlanFactory({ db })({
|
||||
workspacePlan: {
|
||||
createdAt: new Date(),
|
||||
workspaceId: workspace.id,
|
||||
name: args.plan,
|
||||
status: args.status
|
||||
|
||||
Reference in New Issue
Block a user