Skip to content

Commit

Permalink
fix missing return() command in not tidy_cols #88
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Jul 2, 2024
1 parent 0a92bfc commit 6f34592
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 6f34592

Please sign in to comment.