Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 999de83

Browse files
authored
Merge pull request #118 from Standaard-boos/Styling
Creating new school now uploads empty strings
2 parents 6406f51 + 316b311 commit 999de83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gateway/ProfileDataAccess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public static void CreateEmptyProfile(int id)
182182
{
183183
UserID = id,
184184
DateOfBirth = null,
185-
School = new School(id, null, null, null),
185+
School = new School(id, "", "", ""),
186186
MoralsData = new MoralsData(id, new List<Moral>()
187187
{
188188
new Moral(1, "Intelligentie", 50 ),

0 commit comments

Comments
 (0)