Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-08 22:40:04 +08:00
parent 128f6dfec3
commit dc48b090e1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -238,6 +238,7 @@ func getWorkspaces(c *gin.Context) {
model.RoleAdministrator,
}) {
ret.Data = []*Workspace{}
logging.LogInfof("non-admin user tried to get workspaces")
return
}