Skip to content

Commit

Permalink
Update serialise_file_value.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann committed Nov 14, 2024
1 parent dda174a commit 66f893e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def serialise(self) -> dict[str, Any]:
@dataclass
class SerialiseTextFileValue(SerialiseAbstractFileValue):
def serialise(self) -> dict[str, Any]:
return {"knora-api:hasTextFileValue": self._get_file_value("")}
return {"knora-api:hasTextFileValue": self._get_file_value("TextFileValue")}

0 comments on commit 66f893e

Please sign in to comment.