fix!: prevent exceptions from being muted
happens by not awaiting tasks
This commit is contained in:
@@ -33,4 +33,4 @@ public class StartForm : FormBase
|
||||
user.LastMessage = string.IsNullOrWhiteSpace(message.MessageText) ? "<unknown>" : message.MessageText;
|
||||
await _dbContext.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user