Skip to content

Commit 4ef6675

Browse files
committed
(#418) users: udpate studnet dto
1 parent b3ec697 commit 4ef6675

File tree

1 file changed

+1
-1
lines changed
  • MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Dto

1 file changed

+1
-1
lines changed

MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Dto/UserSettingsDto.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace MiniSpace.Services.Students.Application.Dto
66
[ExcludeFromCodeCoverage]
77
public class UserSettingsDto
88
{
9-
public Guid StudentId { get; set; }
9+
public Guid UserId { get; set; }
1010
public string CreatedAtVisibility { get; set; }
1111
public string DateOfBirthVisibility { get; set; }
1212
public string InterestedInEventsVisibility { get; set; }

0 commit comments

Comments
 (0)