Skip to content

Commit 64be42f

Browse files
committed
fix(sort): calls next reducers complete() on completion
1 parent bf3a4ff commit 64be42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Reducer/Sort.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public function complete($result)
4545
$result = $item;
4646
}
4747
}
48+
$this->store = [];
4849

49-
return $result;
50+
return $this->next->complete($result);
5051
}
5152
}

0 commit comments

Comments
 (0)