Skip to content

Commit 4390460

Browse files
committed
[annotation] Move code around.
1 parent 5971ba6 commit 4390460

4 files changed

Lines changed: 629 additions & 658 deletions

File tree

R/mod_listings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ mod_listings_API_spec <- TC$group(
592592
pagination = TC$group() |> TC$flag("ignore"), # manually tested by check_mod_listings
593593
intended_use_label = TC$group() |> TC$flag("ignore"), # manually tested by check_mod_listings
594594
subjid_var = TC$group() |> TC$flag("ignore"), # manually tested by check_mod_listings
595-
review = TC$group() |> TC$flag("ignore"), # functionality is a WIP, so not definining for now
595+
review = TC$group() |> TC$flag("ignore"), # functionality is a WIP, so not defining for now
596596
receiver_id = TC$group() |> TC$flag("ignore") # manually tested by check_mod_listings
597597
) |> TC$attach_docs(mod_listings_API_docs)
598598

0 commit comments

Comments
 (0)