Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 21, 2023
1 parent d6355b1 commit 42acf5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/backend/cron/movie_parsers/tufilm.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ func GetFeed(channels *MovieChannels, url string) error {
log.WithError(err).Error("Error while unmarshalling UpcomingFeed")
return err
}
for _, chanel := range newMovies.Channels {
channels.Channels = append(channels.Channels, chanel)
}
channels.Channels = append(channels.Channels, newMovies.Channels...)
return nil
}

0 comments on commit 42acf5a

Please sign in to comment.