Skip to content

Commit

Permalink
Merge pull request #7 from jprodrigues70/v1.0.1
Browse files Browse the repository at this point in the history
Fix client url access
  • Loading branch information
gabrielpeixoto authored May 11, 2020
2 parents 1d69548 + 1c32df4 commit eb61634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jobs/ProcessLogWithIpInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function handle()
}
}

if ($this->attemped_url) {
$messsage .= " when accessing the URL:{$this->attemped_url} ";
if ($this->client->url) {
$messsage .= " when accessing the URL: {$this->client->url} ";
}

if (($this->action === 'WHITELISTED') || ($this->action === 'GOOD_CRAWLER')) {
Expand Down

0 comments on commit eb61634

Please sign in to comment.