fix for 1.13

This commit is contained in:
Robert Paciorek 2023-10-14 22:51:34 +00:00 committed by Spirtix
parent fd831058c6
commit 89f51bc157

View File

@ -129,6 +129,7 @@ public class RegistrationController : Controller {
missionService.SetUpMissions(v, apiKey);
ctx.Vikings.Add(v);
ctx.SaveChanges();
if (apiKey == "a1a13a0a-7c6e-4e9b-b0f7-22034d799013") {
keyValueService.SetPairData(null, v, null, 2017, new Schema.PairData {
@ -141,7 +142,6 @@ public class RegistrationController : Controller {
}
});
}
ctx.SaveChanges();
roomService.CreateRoom(v, "MyRoomINT");