Update ToDo

This commit is contained in:
2025-08-04 16:27:48 -07:00
parent 35018d921b
commit 32c7d2647d
2 changed files with 8 additions and 6 deletions
@@ -9,7 +9,7 @@ namespace BoredCareers.Services.DatabaseService {
public async Task<Resume[]> GetResumes(int AccountID) {
List<Resume> resumes = new List<Resume>();
using (MySqlConnection connection = GetConnection()) {
connection.Open();
await connection.OpenAsync();
string command = @"
SELECT *
FROM Resume