chore: update workspace setting store

This commit is contained in:
Steven
2023-09-24 19:31:23 +08:00
parent 96f6fa4257
commit 46fa546a7d
3 changed files with 3 additions and 4 deletions

View File

@ -39,8 +39,7 @@ func (s *LicenseService) LoadSubscription(ctx context.Context) (*apiv2pb.Subscri
return nil, errors.Wrap(err, "failed to get workspace setting")
}
subscription := &apiv2pb.Subscription{
// NOTE: Default to pro plan for now.
Plan: apiv2pb.PlanType_PRO,
Plan: apiv2pb.PlanType_FREE,
}
licenseKey := ""
if workspaceSetting != nil {