Cleanup code

This commit is contained in:
jvyden 2021-10-20 00:19:29 -04:00
parent 8ad04860ee
commit 685f57fd28
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 6 additions and 3 deletions

View file

@ -31,7 +31,7 @@ namespace ProjectLighthouse {
this.Locations.Add(l); // add to table
await this.SaveChangesAsync(); // saving to the database returns the id and sets it on this entity
user = new() {
user = new User {
Username = username,
LocationId = l.Id,
Biography = username + " hasn't introduced themselves yet.",