Skip to content

Commit

Permalink
Fix typo from merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
yadobler authored Sep 11, 2024
1 parent ae17f98 commit a577988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/yappingbot/tasks/tasklist/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public YappingBotExceptionList generateFromRaw(ArrayList<String> tasksRaw) {
try {
this.addTask(parseSingleTask(s));
} catch (YappingBotException e) {
errorLists.add(e);
exceptions.add(e);
}
}
return exceptions;
Expand Down

0 comments on commit a577988

Please sign in to comment.