Update src/Model/ContactRelation.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
18617f6c48
commit
d2a4a57810
|
@ -76,7 +76,7 @@ class ContactRelation
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($contact['last-discovery'] > DateTimeFormat::utc('now - 1 month')) {
|
if ($contact['last-discovery'] > DateTimeFormat::utc('now - 1 month')) {
|
||||||
Logger::info('Last discovery was less then a month before.', ['id' => $contact['id'], 'url' => $url, 'discovery' => $contact['last-discovery']]);
|
Logger::info('No discovery - Last was less than a month ago.', ['id' => $contact['id'], 'url' => $url, 'discovery' => $contact['last-discovery']]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue