Skip to content

Commit 943d943

Browse files
Fix codeforces parser
1 parent cb80ee4 commit 943d943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/codeforces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const axios = require('axios');
22
const { parserErrorHandler } = require('./../utils');
33

44
const PLATFORM = 'codeforces';
5-
const CODEFORCES_API_URL = "'http://codeforces.com/api/contest.list'";
5+
const CODEFORCES_API_URL = 'http://codeforces.com/api/contest.list';
66

77
const isContestActive = contest => contest.phase.trim() !== 'FINISHED';
88

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy