Skip to content

Commit 8e324eb

Browse files
committed
score updated
1 parent 7c5fcca commit 8e324eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Tropa/scoreUtils.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
* to use for update the score week by week
44
*/
55
export const scorePatrols = {
6-
lastUpdated: "25/1/2025", // TODO: date time format {d/m/yyyy}
6+
lastUpdated: "7/2/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: 456,
12+
score: 1081,
1313
},
1414
{
1515
name: "Patrulla ardilla",
1616
igAccount: "patullaardilla44",
1717
imgUri: "./img/ardilla-badge.png",
18-
score: 39,
18+
score: 864,
1919
},
2020
{
2121
name: "Patrulla cuervo",
2222
igAccount: "patrullacuervo_gs44",
2323
imgUri: "./img/cuervo-badge.png",
24-
score: 267,
24+
score: 492,
2525
},
2626
{
2727
name: "Patrulla liebre",
2828
igAccount: "patrullaliebre44",
2929
imgUri: "./img/liebre-badge.png",
30-
score: 258,
30+
score: 408,
3131
},
3232
{
3333
name: "Patrulla toro",
3434
igAccount: "patrulla_toro44",
3535
imgUri: "./img/toro-badge.png",
36-
score: 416,
36+
score: 1066,
3737
},
3838
],
3939
};

0 commit comments

Comments
 (0)