1
This commit is contained in:
parent
c692f935e9
commit
fee9be2d72
@ -55,6 +55,9 @@ class StackingController extends BaseAuthedController {
|
||||
private function fillStackingInfo($info, $rows)
|
||||
{
|
||||
foreach ($rows as $row) {
|
||||
if (!$this->isTypeNft($info['type'], $row)) {
|
||||
continue;
|
||||
}
|
||||
switch ($info['type']) {
|
||||
case self::PLANET_TYPE:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user