Skip to content

Commit

Permalink
fix(github): normalize repo cache (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmz committed Oct 17, 2023
1 parent 7f534d0 commit 6ea3a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sources/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (s *Source) Init(aCtx context.Context, name string, jobID sources.JobID, so
aCtx.Logger().Error(err, "invalid repository", "repo", repo)
continue
}
s.filteredRepoCache.Set(r, r)
s.filteredRepoCache.Set(repo, r)
}

s.includeIssueComments = s.conn.IncludeIssueComments
Expand Down

0 comments on commit 6ea3a7d

Please sign in to comment.