Skip to content

Commit

Permalink
different bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jan 29, 2024
1 parent d6c5138 commit 699bae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/bibtex_core_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ bibtex_core_data = function(x) {
abstract = abstract)
L = lapply(L, function(x) {
if (is.null(x)) x = ""
x
})
L = list2env(L)
bib = glue::glue(
Expand Down

0 comments on commit 699bae4

Please sign in to comment.