mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement week start day setting
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user