|
|
@@ -302,7 +302,7 @@ async function tryOneComposite(activityId){
|
|
|
activityData = result.data;
|
|
|
saveActivitDataCache(1, activityData, false);
|
|
|
}
|
|
|
- if(result.code == 200 || activityData.code == 415){
|
|
|
+ if(result.code == 200 || result.code == 415){
|
|
|
break;
|
|
|
}
|
|
|
}
|