Skip to content

Commit ffd913f

Browse files
committed
Fix invalid bot print
1 parent 22c12a9 commit ffd913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/CheckIfBotIsReal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle()
4949
}
5050

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

5555
// Lets remove from the pending list

0 commit comments

Comments
 (0)