Add thread name to workspaces get endpoint (#2822)
add thread name to workspaces get endpoint Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
f651ca8628
commit
79cdcd4e64
@ -123,6 +123,7 @@ function apiWorkspaceEndpoints(app) {
|
||||
select: {
|
||||
user_id: true,
|
||||
slug: true,
|
||||
name: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user