Skip to content

Commit 8d16859

Browse files
authored
Merge pull request #13 from hktkqj/patch-1
Update Validator.cs
2 parents 05bbc58 + ca8b22f commit 8d16859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IcpcResolver/Window/Validator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void LoadAllEventData()
109109
ProblemsList.Add(problem);
110110
} else if (opType.ToString() == "delete")
111111
{
112-
ProblemsList.RemoveAt(ProblemsList.FindIndex(x => x.id == opType["id"]?.ToString()));
112+
ProblemsList.RemoveAt(ProblemsList.FindIndex(x => x.id == opData["id"]?.ToString()));
113113
}
114114
break;
115115
case "submissions":

0 commit comments

Comments
 (0)