Skip to content

Commit

Permalink
Add thread name to workspaces get endpoint (#2822)
Browse files Browse the repository at this point in the history
add thread name to workspaces get endpoint

Co-authored-by: Timothy Carambat <[email protected]>
  • Loading branch information
shatfield4 and timothycarambat authored Dec 14, 2024
1 parent f651ca8 commit 79cdcd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/endpoints/api/workspace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function apiWorkspaceEndpoints(app) {
select: {
user_id: true,
slug: true,
name: true,
},
},
},
Expand Down

0 comments on commit 79cdcd4

Please sign in to comment.