We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 927ad9a + fad8d51 commit c47d76dCopy full SHA for c47d76d
1 file changed
lib/Controller/LogController.php
@@ -69,7 +69,6 @@ public function get($query = '', $count = 50, $offset = 0): JSONResponse {
69
*/
70
private function getLastItem() {
71
$iterator = $this->logIteratorFactory->getLogIterator($this->settingsService->getShownLevels());
72
- $iterator->next();
73
return $iterator->current();
74
}
75
0 commit comments