Skip to content

Commit e2c1273

Browse files
committed
Fix 🐛 typo
1 parent 591dfe7 commit e2c1273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/clean_references_df.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ clean_references_df <- function(endnote_list, give_hints = FALSE, dbg = TRUE) {
162162
refs_df %>% dplyr::mutate(
163163
electronic_resource_num = clean_dois(.data$electronic_resource_num, dbg = dbg),
164164
custom2 = clean_project_names(.data$custom2,
165-
give_hints = TRUE,
165+
give_hints = give_hints,
166166
dbg = dbg
167167
),
168168
custom3 = clean_accessibility(.data$custom3,
169-
give_hints = TRUE,
169+
give_hints = give_hints,
170170
dbg = dbg
171171
)
172172
)

0 commit comments

Comments
 (0)