chore: update workspace setting store

This commit is contained in:
Steven
2024-04-10 20:05:17 +08:00
parent 58ae3217ff
commit c93b1efbae
10 changed files with 210 additions and 72 deletions

View File

@ -123,7 +123,7 @@ func (s *Store) GetWorkspaceGeneralSetting(ctx context.Context) (*storepb.Worksp
workspaceGeneralSetting := &storepb.WorkspaceGeneralSetting{}
if workspaceSetting != nil {
workspaceGeneralSetting = workspaceSetting.GetGeneral()
workspaceGeneralSetting = workspaceSetting.GetGeneralSetting()
}
return workspaceGeneralSetting, nil
}