@@ -36,6 +36,9 @@ class ActivityReward extends BaseController
}
return $activity;
})->toArray();
+ foreach ($list as &$item) {
+ unset($item['activity_user']);
+ }
} catch (ValidationException $e) {
return $this->error($e->validator->errors()->first());
} catch (Exception $e) {