Skip to content

Commit

Permalink
Merge pull request #90 from ropensci/dev
Browse files Browse the repository at this point in the history
fix missing return() command in not tidy_cols #88
  • Loading branch information
datapumpernickel authored Jul 2, 2024
2 parents 0a92bfc + 6f34592 commit 5792428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/ct_process_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ ct_process_response <-

processed <- result$data

return(processed)

} else {
return(data.frame(count = 0))
}
Expand Down

0 comments on commit 5792428

Please sign in to comment.