Skip to content

Commit

Permalink
Remove unnecessary bits
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Jun 15, 2024
1 parent 7886a7e commit 2337f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/senaite/jsonapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def update_items(portal_type=None, uid=None, endpoint=None, **kw):
# no uid -> go through the record items
results = []
for record in records:
title = record.get("title") or ""
obj = get_object_by_record(record)

# no object found for this record
Expand Down

0 comments on commit 2337f42

Please sign in to comment.