Skip to content

Commit a843712

Browse files
committed
score updated
1 parent aec67f3 commit a843712

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/scoreUtils.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
* to use for update the score week by week
44
*/
55
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}
77
patrols: [
88
{
99
name: "Patrulla lobo",
1010
igAccount: "patrullalobo44",
1111
imgUri: "./img/lobo-badge.png",
12-
score: 1175,
12+
score: 1225,
1313
},
1414
{
1515
name: "Patrulla ardilla",
1616
igAccount: "patullaardilla44",
1717
imgUri: "./img/ardilla-badge.png",
18-
score: 1024,
18+
score: 1049,
1919
},
2020
{
2121
name: "Patrulla cuervo",
@@ -27,13 +27,13 @@ export const scorePatrols = {
2727
name: "Patrulla liebre",
2828
igAccount: "patrullaliebre44",
2929
imgUri: "./img/liebre-badge.png",
30-
score: 594,
30+
score: 669,
3131
},
3232
{
3333
name: "Patrulla toro",
3434
igAccount: "patrulla_toro44",
3535
imgUri: "./img/toro-badge.png",
36-
score: 1614,
36+
score: 1939,
3737
},
3838
],
3939
};

0 commit comments

Comments
 (0)