Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit fe5b093

Browse files
authored
pluralizing the leaderboard call
1 parent e5a631e commit fe5b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
UPDATE_DATA_TOPIC: process.env.UPDATE_DATA_TOPIC || 'submission.notification.update',
2020
DELETE_DATA_TOPIC: process.env.DELETE_DATA_TOPIC || 'submission.notification.delete',
2121

22-
LEADERBOARD_API_URL: process.env.LEADERBOARD_API_URL || 'https://api.topcoder-dev.com/v5/%3Cspan%20class="x x-first x-last">leaderboard',
22+
LEADERBOARD_API_URL: process.env.LEADERBOARD_API_URL || 'https://api.topcoder-dev.com/v5/%3Cspan%20class="x x-first x-last">leaderboards',
2323
SUBMISSION_API_URL: process.env.SUBMISSION_API_URL || 'https://api.topcoder-dev.com/v5/submissions',
2424
REVIEW_TYPE_URL: process.env.REVIEW_TYPE_URL || 'https://api.topcoder-dev.com/v5/reviewTypes',
2525
AV_SCAN_NAME: process.env.AV_SCAN_NAME || 'AV Scan',

0 commit comments

Comments
 (0)