chore: remove unused parameter (#15558)

This commit is contained in:
crazywoola
2025-03-12 12:09:39 +08:00
committed by GitHub
parent 0bc4da38fc
commit 258736f505
3 changed files with 28 additions and 31 deletions

View File

@@ -18,7 +18,6 @@ class WorkspaceService:
"plan": tenant.plan,
"status": tenant.status,
"created_at": tenant.created_at,
"in_trail": True,
"trial_end_reason": None,
"role": "normal",
}