We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05bbc58 + ca8b22f commit 8d16859Copy full SHA for 8d16859
1 file changed
src/IcpcResolver/Window/Validator.cs
@@ -109,7 +109,7 @@ public void LoadAllEventData()
109
ProblemsList.Add(problem);
110
} else if (opType.ToString() == "delete")
111
{
112
- ProblemsList.RemoveAt(ProblemsList.FindIndex(x => x.id == opType["id"]?.ToString()));
+ ProblemsList.RemoveAt(ProblemsList.FindIndex(x => x.id == opData["id"]?.ToString()));
113
}
114
break;
115
case "submissions":
0 commit comments