mirror of
https://github.com/allan-cff/strava-free-year-in-sport.git
synced 2026-01-18 16:47:35 +01:00
test code removal
This commit is contained in:
@@ -457,7 +457,7 @@ checkCredentials()
|
||||
.then(() => {
|
||||
progress.value = parseInt(progress.value, 10) + 30;
|
||||
console.log(progress.value);
|
||||
const bestPicturesActivitiesId = [7653016288, 7789915147];//getMostKudoedPicturesActivityId();
|
||||
const bestPicturesActivitiesId = getMostKudoedPicturesActivityId();
|
||||
localStorage.setItem('best_pictures', JSON.stringify(bestPicturesActivitiesId));
|
||||
|
||||
for(const id of bestPicturesActivitiesId){
|
||||
|
||||
Reference in New Issue
Block a user