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

Commit 67666a5

Browse files
hotfix-srm-717-update
1 parent 00ab10d commit 67666a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/services/communityData.service.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ import angular from 'angular'
9292
var deferred = $q.defer()
9393
var data = {
9494
'SRMWinners': [{
95-
'avatar': 'https://www.topcoder.com/i/m/Petr_big.jpg',
96-
'name': 'Petr',
97-
'date': '20170530T000000Z',
98-
'country': 'RUSSIAN FEDERATION',
99-
'contests': ['SRM 715 DIVISION 1 WINNER']
95+
'avatar': 'ttps://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
96+
'name': 'Deretin',
97+
'date': '20170630T000000Z',
98+
'country': 'UKRAINE',
99+
'contests': ['SRM 717 DIVISION 1 WINNER']
100100
}, {
101101
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
102-
'name': 'Abhi_Saini',
103-
'date': '20170530T000000Z',
104-
'country': 'INDIA',
105-
'contests': ['SRM 715 DIVISION 2 WINNER']
102+
'name': 'Denisson',
103+
'date': '20170630T000000Z',
104+
'country': 'RUSSIAN FEDERATION',
105+
'contests': ['SRM 717 DIVISION 2 WINNER']
106106
}],
107107
'MarathonWinner': [{
108108
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',

0 commit comments

Comments
 (0)