We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8804607 + 79c7888 commit 45b42ceCopy full SHA for 45b42ce
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