Skip to content

Commit

Permalink
fix msp tenant missing related workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey committed Apr 17, 2024
1 parent bdb107b commit eb4477f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/apps/msp/tenant/db/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (db *MSPTenantDB) QueryTenantHaveTMC(projectID string) ([]*MSPTenant, error
err := db.Raw(`select msp.id as id,
msp.type as type,
msp.related_project_id as related_project_id,
msp.related_workspace as related_workspace,
msp.created_at as created_at,
msp.updated_at as updated_at,
msp.is_deleted as is_deleted
Expand Down

0 comments on commit eb4477f

Please sign in to comment.