Add thread name to workspaces get endpoint ()

add thread name to workspaces get endpoint

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield 2024-12-14 09:53:54 +08:00 committed by GitHub
parent f651ca8628
commit 79cdcd4e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,7 @@ function apiWorkspaceEndpoints(app) {
select: {
user_id: true,
slug: true,
name: true,
},
},
},