Skip to content

Commit

Permalink
.token is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Aug 26, 2024
1 parent 49a4f15 commit 2f495ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ nflverse_save <- function(data_frame,
is.character(file_name) && length(file_name) == 1,
is.character(nflverse_type) && length(nflverse_type) == 1,
is.character(release_tag) && length(release_tag) == 1,
is.character(.token) && length(.token) == 1,
is.character(file_types) && length(file_types) >= 1,
is.character(repo) && length(repo) == 1
)
Expand Down

0 comments on commit 2f495ee

Please sign in to comment.