Skip to content

Commit

Permalink
remove package::function notation
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Nov 14, 2024
1 parent 50a0698 commit ff2456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/decision.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ review_app = function(data_files){

shiny::observeEvent(input$accept, {
cli_inform(c(">"="Accepting modification of '{.file {old_path[[i()]]}}'"))
fs::file_move(new_path[[i()]], old_path[[i()]])
file_move(new_path[[i()]], old_path[[i()]])
update_cases()
})
shiny::observeEvent(input$skip, {
Expand Down

0 comments on commit ff2456c

Please sign in to comment.