Remove need for ip info token.

This commit is contained in:
James Cole
2026-07-12 06:20:05 +02:00
parent 63620d6642
commit 5cf0e90bb2
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -73,7 +73,6 @@ class MailError extends Job implements ShouldQueue
$args['loggedIn'] = $this->userData['id'] > 0;
$args['user'] = $this->userData;
$args['ip'] = $this->ipAddress;
$args['token'] = config('firefly.ipinfo_token');
// limit number of error mails that can be sent.
if ($this->reachedLimit()) {