Skip to content

Commit

Permalink
remove obsolete to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Aug 15, 2024
1 parent 7bacae6 commit f50f019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/scoreHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ export async function getMissionEndData(
gameVersion: GameVersion,
isDryRun: boolean,
): Promise<MissionEndResult> {
// TODO: For this entire function, add support for 2016 difficulties
const sessionDetails = contractSessions.get(query.contractSessionId || "")

assert.ok(sessionDetails, "contract session not found")
Expand Down

0 comments on commit f50f019

Please sign in to comment.