Skip to content

Commit

Permalink
Merge pull request #10 from jprodrigues70/master
Browse files Browse the repository at this point in the history
Patch: Fix invalid bot print
  • Loading branch information
gabrielpeixoto authored Sep 10, 2020
2 parents 22c12a9 + ffd913f commit c7d642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/CheckIfBotIsReal.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function handle()
}

if (is_null($found_bot_key)) {
throw new \InvalidArgumentException("I did not found {$found_bot_key} key");
throw new \InvalidArgumentException("I did not found \"{$this->client->userAgent}\" key");
}

// Lets remove from the pending list
Expand Down

0 comments on commit c7d642b

Please sign in to comment.