Skip to content

Commit

Permalink
Merge pull request #2 from lieranderl/mongodb
Browse files Browse the repository at this point in the history
gettorrs
  • Loading branch information
lieranderl authored Nov 21, 2023
2 parents fb94b96 + accf78c commit fc59577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ type TrackersPipeline struct {
errors []error
}

func (p *TrackersPipeline) GetTorrents() []*torrents.Torrent {
return p.torrents
}

type firebaseEnvVars struct {
firebaseProject string
firebaseConfig string
Expand Down

0 comments on commit fc59577

Please sign in to comment.