We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5407aa3 commit af065bdCopy full SHA for af065bd
src/ApiCache.php
@@ -311,7 +311,7 @@ private function saveRemediations(array $decisions): array
311
if (null === $address) {
312
$this->logger->warning('', [
313
'type' => 'INVALID_IP_TO_ADD_FROM_REMEDIATION',
314
- 'ip' => $decision['value'],
+ 'decision' => $decision,
315
]);
316
continue;
317
}
@@ -357,7 +357,7 @@ private function removeRemediations(array $decisions): array
357
358
359
'type' => 'INVALID_IP_TO_REMOVE_FROM_REMEDIATION',
360
361
362
363
0 commit comments