UI #5

Merged
derek merged 10 commits from UI into main 2025-07-20 22:09:52 -07:00
Showing only changes of commit 2e4d1f358c - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ namespace BoredCareers.Controllers {
if (newCompany) {
Company? test = await _databaseService.GetCompany(company.ID);
if (test == null) {
await _databaseService.SetCompany(company);
company.ID = await _databaseService.SetCompany(company);
await _databaseService.SetEmployee(new Employee() {
AccountID = getLoggedInUserID(),
Company = company