We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a843712 commit be13f5fCopy full SHA for be13f5f
utils/scoreUtils.js
@@ -3,7 +3,7 @@
3
* to use for update the score week by week
4
*/
5
export const scorePatrols = {
6
- lastUpdated: "2/3/2025", // TODO: date time format {d/m/yyyy}
+ lastUpdated: "9/3/2025", // TODO: date time format {d/m/yyyy}
7
patrols: [
8
{
9
name: "Patrulla lobo",
@@ -27,13 +27,13 @@ export const scorePatrols = {
27
name: "Patrulla liebre",
28
igAccount: "patrullaliebre44",
29
imgUri: "./img/liebre-badge.png",
30
- score: 669,
+ score: 994,
31
},
32
33
name: "Patrulla toro",
34
igAccount: "patrulla_toro44",
35
imgUri: "./img/toro-badge.png",
36
- score: 1939,
+ score: 4064,
37
38
],
39
};
0 commit comments