feat: implement week start day setting

This commit is contained in:
Steven
2024-08-18 23:18:45 +08:00
parent 06c460b476
commit 3c5aa41a78
15 changed files with 346 additions and 289 deletions

View File

@ -19,6 +19,7 @@ func (s *APIV1Service) GetWorkspaceProfile(ctx context.Context, _ *v1pb.GetWorks
PasswordAuth: s.Profile.PasswordAuth,
InstanceUrl: s.Profile.InstanceURL,
}
println("workspaceProfile: ", workspaceProfile.Mode)
owner, err := s.GetInstanceOwner(ctx)
if err != nil {
return nil, status.Errorf(codes.Internal, "failed to get instance owner: %v", err)