@@ -113,10 +113,6 @@ class Issue extends BaseController
'end_time' => $data1 ? strtotime($data1->end_time) : strtotime($data2->end_time) + 210,
'winnings' => $arr,
];
-
- $data['aa'] = bcsub($data['end_time'], $data['current_time'], 0);
return $this->success($data);
}