From 3cc9d9ae575874bbecaa1d80206a2266fbb49ba4 Mon Sep 17 00:00:00 2001 From: Soumik Sarkar Date: Sun, 1 Nov 2020 19:00:19 +0530 Subject: [PATCH] Change unrated hint from "team" to "teams" (#24) "Codeforces Round #680 (Div. 1, based on Moscow Team Olympiad)" should not be blocked --- carrot/src/background/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carrot/src/background/background.js b/carrot/src/background/background.js index ed49da6..2805aa1 100644 --- a/carrot/src/background/background.js +++ b/carrot/src/background/background.js @@ -11,7 +11,7 @@ import * as api from './cf-api.js'; const DEBUG_FORCE_PREDICT = false; -const UNRATED_HINTS = ['unrated', 'fools', 'q#', 'kotlin', 'marathon', 'team']; +const UNRATED_HINTS = ['unrated', 'fools', 'q#', 'kotlin', 'marathon', 'teams']; const EDU_ROUND_RATED_THRESHOLD = 2100; const CONTESTS = new Contests(api);