Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Roel Bruggink <[email protected]>
  • Loading branch information
jaroel committed Sep 28, 2023
1 parent 1300046 commit 7a0069f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plone/restapi/services/linkintegrity/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def reply(self):
data["breaches"] = [
{
"target": {
"@id": result["target"]["url"],
"uid": result["target"]["uid"],
"title": result["target"]["title"],
"@id": result["target"]["url"],
"uid": result["target"]["uid"],
"title": result["target"]["title"],
},
"sources": [
{
Expand Down

0 comments on commit 7a0069f

Please sign in to comment.