Skip to content

Commit

Permalink
fix: remove fallback timeslot not possible
Browse files Browse the repository at this point in the history
Closes: #120
  • Loading branch information
MaSch0212 committed Jul 6, 2024
1 parent f8ba434 commit 99c5edb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/src/server/host/MinigolfFriday.Host.csproj"
},
{
"name": "C#: Host Attach",
"type": "coreclr",
"request": "attach",
"processName": "MinigolfFriday.Host.exe"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ await this.SendErrorAsync(
}
else
{
existing.FallbackEventTimeslot = fallbackTimeslot;
existing.FallbackEventTimeslotId = fallbackTimeslot?.Id;
}
}
await databaseContext.SaveChangesAsync(ct);
Expand Down

0 comments on commit 99c5edb

Please sign in to comment.