Partially revert #9cf0f1e so that we create jobs by Address ID, not System ID

This commit is contained in:
Deon George 2024-01-10 16:58:35 +11:00
parent 0c17391dec
commit cb09016539

View File

@ -158,6 +158,6 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
public function uniqueId(): string public function uniqueId(): string
{ {
return $this->ao->system_id; return $this->ao->id;
} }
} }