Skip to content

Commit

Permalink
Update R/spq_perform.R
Browse files Browse the repository at this point in the history
Co-authored-by: Maëlle Salmon <maelle.salmon@yahoo.se>
  • Loading branch information
lvaudor and maelle authored Oct 20, 2023
1 parent 38a7028 commit b8f2f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spq_perform.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spq_perform = function(.query,
} else {
prefixes = NULL
}
prefixes=c(prefixes,.query[["prefixes_used"]])
prefixes = c(prefixes, .query[["prefixes_used"]])
results = purrr::reduce(
prefixes,
\(results, x) replace_prefix(x, results, .query = .query),
Expand Down

0 comments on commit b8f2f96

Please sign in to comment.