Skip to content

Commit 660f021

Browse files
committed
Went back to fdo component model
1 parent 0f76b95 commit 660f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mardi_fdo_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def to_fdo_publication(qid: str, entity: Dict[str, Any]) -> Dict[str, Any]:
112112
components = []
113113
if pdf_url:
114114
components.append({
115-
"componentId": f"{qid}_FULLTEXT.pdf",
115+
"componentId": f"fulltext",
116116
"mediaType": "application/pdf"
117117
})
118118
if components:

0 commit comments

Comments
 (0)