Fixed a typo in the query

This commit is contained in:
Riley Schneider
2025-12-03 22:24:04 +01:00
parent 41e711ab74
commit daafd7d09e

View File

@@ -91,7 +91,7 @@ public class SimpleDatabaseManager<E> implements DatabaseManager<E> {
task = new Task( task = new Task(
resultSet.getInt("taskid"), resultSet.getInt("taskid"),
resultSet.getInt("workderid"), resultSet.getInt("workerid"),
resultSet.getString("name"), resultSet.getString("name"),
resultSet.getString("description") resultSet.getString("description")
); );