Closed jhpoelen closed 5 years ago
from https://mangal.io/api/v2/reference/65#/ :
{ "id": 65, "doi": null, "first_author": "kato", "year": "1993", "jstor": null, "pmid": null, "bibtex": "null", "paper_url": "https://repository.kulib.kyoto-u.ac.jp/dspace/bitstream/2433/156107/1/cbl02802_119.pdf", "data_url": "http://www.web-of-life.es/map.php?type=5", "created_at": "2019-02-25T19:40:01.912Z", "updated_at": "2019-02-25T19:40:01.912Z" }
Expected "bibtex": null, but got "bibtex": "null" .
"bibtex": null
"bibtex": "null"
Related to https://github.com/globalbioticinteractions/globalbioticinteractions/issues/81 .
This is also true for https://mangal.io/api/v2/reference/10/ and https://mangal.io/api/v2/reference/60/
Fix thanks to @jhpoelen !
from https://mangal.io/api/v2/reference/65#/ :
Expected
"bibtex": null
, but got"bibtex": "null"
.Related to https://github.com/globalbioticinteractions/globalbioticinteractions/issues/81 .