Skip to content

Commit

Permalink
remove default download cert status
Browse files Browse the repository at this point in the history
  • Loading branch information
angelina-momin committed Nov 11, 2024
1 parent b033d0a commit ba502c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_render_cert_htmls.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ render_cert_htmls <- function(register_table, force_download = FALSE){
Sys.sleep(CONFIG$CERT_REQUEST_DELAY)
}

render_cert_html(cert_id, register_table[i, ]$Repository, download_cert_status=1)
render_cert_html(cert_id, register_table[i, ]$Repository, download_cert_status)
}
}

Expand Down

0 comments on commit ba502c8

Please sign in to comment.