Skip to content
Snippets Groups Projects
Commit b6daaa92 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix

parent d30d4ccb
No related branches found
No related tags found
Loading
...@@ -60,7 +60,7 @@ class Searcher implements ShouldQueue ...@@ -60,7 +60,7 @@ class Searcher implements ShouldQueue
// The mission can be empty when blpop hit the timeout // The mission can be empty when blpop hit the timeout
if(empty($mission)){ if(empty($mission)){
break; continue;
}else{ }else{
$mission = $mission[1]; $mission = $mission[1];
$this->counter++;# $this->counter++;#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment