Skip to content

Commit

Permalink
Fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Mar 8, 2015
1 parent 893a902 commit 847a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/trakt.watching.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trakt.watching <- function(type, target, extended = "min"){
url <- build_trakt_url(type, target, "watching", extended = extended)
response <- trakt.api.call(url = url)

if (identical(response), list()){
if (identical(response, list())){
message(paste("Nobody watching", target))
return(NULL)
}
Expand Down

0 comments on commit 847a60d

Please sign in to comment.