Skip to content

Commit 74b71c7

Browse files
committed
rename journal field in export endpoint
1 parent 17d63fb commit 74b71c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/workers/api/src/apis/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def transform2bibtex(metadata):
2525
"author": author,
2626
"year": year,
2727
"doi": doi,
28-
"published_in": published_in,
28+
"journal": published_in,
2929
"url": url,
3030
"ENTRYTYPE": "article",
3131
"ID": id

0 commit comments

Comments
 (0)