Skip to content

Commit

Permalink
restore previous R code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 13, 2024
1 parent f76d5bf commit 9d13d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/export_manifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export_manifest <- function(
text = manifest_json,
con = manifest_path
)
return(manifest_json)
return(invisible(manifest_json))
}

create_manifest <- function(
Expand Down

0 comments on commit 9d13d64

Please sign in to comment.