Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix held_by
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 12, 2024
1 parent e5ebd78 commit 7e7b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/records/schemas/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class RecordSearchResult(APISearchResult):
ref: str | None = None
date: str | None = None
held_by: str | None = None
held_by: dict | None = None

def __str__(self):
return f"Record {self.id}"
Expand Down

0 comments on commit 7e7b51b

Please sign in to comment.