fix(api): include name and slug in workspace byId response (#347)
The GET /workspaces/{id} endpoint was missing the workspace's name and
slug fields because they weren't included in the column selection.
Fixes #346
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -185,6 +185,8 @@ export const getByPublicIdWithMembers = (
|
|||||||
columns: {
|
columns: {
|
||||||
id: true,
|
id: true,
|
||||||
publicId: true,
|
publicId: true,
|
||||||
|
name: true,
|
||||||
|
slug: true,
|
||||||
showEmailsToMembers: true,
|
showEmailsToMembers: true,
|
||||||
},
|
},
|
||||||
with: {
|
with: {
|
||||||
|
|||||||
Reference in New Issue
Block a user