Skip to content

Commit

Permalink
fix: distinct() method
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltnet committed Feb 1, 2024
1 parent 2fb8b22 commit 6c11769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dplyr_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ distinct.egor <- function(.data,
.keep_all = FALSE) {
result <-
distinct(.data[[attr(.data, "active")]], ..., .keep_all = .keep_all)
return_egor_with_result(.tbl, result)
return_egor_with_result(.data, result)
}

#' @export
Expand Down

0 comments on commit 6c11769

Please sign in to comment.