Skip to content

Commit be13f5f

Browse files
committed
score updated
1 parent a843712 commit be13f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/scoreUtils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* to use for update the score week by week
44
*/
55
export const scorePatrols = {
6-
lastUpdated: "2/3/2025", // TODO: date time format {d/m/yyyy}
6+
lastUpdated: "9/3/2025", // TODO: date time format {d/m/yyyy}
77
patrols: [
88
{
99
name: "Patrulla lobo",
@@ -27,13 +27,13 @@ export const scorePatrols = {
2727
name: "Patrulla liebre",
2828
igAccount: "patrullaliebre44",
2929
imgUri: "./img/liebre-badge.png",
30-
score: 669,
30+
score: 994,
3131
},
3232
{
3333
name: "Patrulla toro",
3434
igAccount: "patrulla_toro44",
3535
imgUri: "./img/toro-badge.png",
36-
score: 1939,
36+
score: 4064,
3737
},
3838
],
3939
};

0 commit comments

Comments
 (0)