Skip to content

Commit 55e14eb

Browse files
committed
Fix ungroup.grouped_epi_archive arg forwarding
1 parent 3da8a65 commit 55e14eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grouped_epi_archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ groups.grouped_epi_archive = function(x) {
401401
#' @importFrom dplyr ungroup
402402
#' @export
403403
ungroup.grouped_epi_archive = function(x, ...) {
404-
x$ungroup(x, ...)
404+
x$ungroup(...)
405405
}
406406

407407
#' @export

0 commit comments

Comments
 (0)