File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
* to use for update the score week by week
4
4
*/
5
5
export const scorePatrols = {
6
- lastUpdated : "23/2 /2025" , // TODO: date time format {d/m/yyyy}
6
+ lastUpdated : "2/3 /2025" , // TODO: date time format {d/m/yyyy}
7
7
patrols : [
8
8
{
9
9
name : "Patrulla lobo" ,
10
10
igAccount : "patrullalobo44" ,
11
11
imgUri : "./img/lobo-badge.png" ,
12
- score : 1175 ,
12
+ score : 1225 ,
13
13
} ,
14
14
{
15
15
name : "Patrulla ardilla" ,
16
16
igAccount : "patullaardilla44" ,
17
17
imgUri : "./img/ardilla-badge.png" ,
18
- score : 1024 ,
18
+ score : 1049 ,
19
19
} ,
20
20
{
21
21
name : "Patrulla cuervo" ,
@@ -27,13 +27,13 @@ export const scorePatrols = {
27
27
name : "Patrulla liebre" ,
28
28
igAccount : "patrullaliebre44" ,
29
29
imgUri : "./img/liebre-badge.png" ,
30
- score : 594 ,
30
+ score : 669 ,
31
31
} ,
32
32
{
33
33
name : "Patrulla toro" ,
34
34
igAccount : "patrulla_toro44" ,
35
35
imgUri : "./img/toro-badge.png" ,
36
- score : 1614 ,
36
+ score : 1939 ,
37
37
} ,
38
38
] ,
39
39
} ;
You can’t perform that action at this time.
0 commit comments