Skip to content

Commit 5ada4d1

Browse files
author
Dominique Quatravaux
committed
[refactor] Eliminate duplicate data
1 parent b73f2c3 commit 5ada4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluence.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ page_versions <- {
144144
anti_join(relation1, relation2, by = by) %>% nrow == 0 &&
145145
anti_join(relation2, relation1, by = by) %>% nrow == 0
146146
})
147-
page_versions
147+
page_versions %>% select(-content_property_ids)
148148
}
149149

150150
bodies <- {

0 commit comments

Comments
 (0)