dev add violation notion
Test Workflow / test (push) Successful in 5s

This commit is contained in:
vladp
2026-03-17 22:48:27 +07:00
parent 7b58e4979d
commit 41bc26ee94
@@ -119,7 +119,7 @@ public class ViolationNotionService {
.build())
.violation(ViolationNotionResponse.ViolationInfo.builder()
.id(notion.getViolation().getId())
.url(notion.getViolation().getUrl())
.url(notion.getViolation().getPageUrl())
.host(notion.getViolation().getHost())
.build())
.build();