Skip to content

Commit

Permalink
Change unrated hint from "team" to "teams" (#24)
Browse files Browse the repository at this point in the history
"Codeforces Round #680 (Div. 1, based on Moscow Team Olympiad)" should not be blocked
  • Loading branch information
meooow25 authored Nov 1, 2020
1 parent 64752a0 commit 3cc9d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrot/src/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3cc9d9a

Please sign in to comment.