File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 * to use for update the score week by week
44 */
55export const scorePatrols = {
6- lastUpdated : "7 /2/2025" , // TODO: date time format {d/m/yyyy}
6+ lastUpdated : "9 /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 : 1081 ,
12+ score : 1157 ,
1313 } ,
1414 {
1515 name : "Patrulla ardilla" ,
1616 igAccount : "patullaardilla44" ,
1717 imgUri : "./img/ardilla-badge.png" ,
18- score : 864 ,
18+ score : 899 ,
1919 } ,
2020 {
2121 name : "Patrulla cuervo" ,
2222 igAccount : "patrullacuervo_gs44" ,
2323 imgUri : "./img/cuervo-badge.png" ,
24- score : 492 ,
24+ score : 513 ,
2525 } ,
2626 {
2727 name : "Patrulla liebre" ,
2828 igAccount : "patrullaliebre44" ,
2929 imgUri : "./img/liebre-badge.png" ,
30- score : 408 ,
30+ score : 433 ,
3131 } ,
3232 {
3333 name : "Patrulla toro" ,
3434 igAccount : "patrulla_toro44" ,
3535 imgUri : "./img/toro-badge.png" ,
36- score : 1066 ,
36+ score : 1112 ,
3737 } ,
3838 ] ,
3939} ;
You can’t perform that action at this time.
0 commit comments