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

hotfix-srm-717-update #1219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions app/services/communityData.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ import angular from 'angular'
var deferred = $q.defer()
var data = {
'SRMWinners': [{
'avatar': 'https://www.topcoder.com/i/m/Petr_big.jpg',
'name': 'Petr',
'date': '20170530T000000Z',
'country': 'RUSSIAN FEDERATION',
'contests': ['SRM 715 DIVISION 1 WINNER']
'avatar': 'ttps://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
'name': 'Deretin',
'date': '20170630T000000Z',
'country': 'UKRAINE',
'contests': ['SRM 717 DIVISION 1 WINNER']
}, {
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
'name': 'Abhi_Saini',
'date': '20170530T000000Z',
'country': 'INDIA',
'contests': ['SRM 715 DIVISION 2 WINNER']
'name': 'Denisson',
'date': '20170630T000000Z',
'country': 'RUSSIAN FEDERATION',
'contests': ['SRM 717 DIVISION 2 WINNER']
}],
'MarathonWinner': [{
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
Expand Down