diff options
author | Alexander Scharinger <rng.dynamics@gmail.com> | 2021-01-24 21:27:14 +0100 |
---|---|---|
committer | Alexander Scharinger <rng.dynamics@gmail.com> | 2021-01-24 21:37:44 +0100 |
commit | 2d6f34acadc9df4461127b994b0b01b98ff52d43 (patch) | |
tree | 2596d224b30c43c8a24235183460a3e4efc4826b /bridge/github/import.go | |
parent | 2c0cf105278389f2c9cd3ce875b64ae36731a1ab (diff) | |
download | git-bug-2d6f34acadc9df4461127b994b0b01b98ff52d43.tar.gz |
Integrate new Github Bridge import
Diffstat (limited to 'bridge/github/import.go')
-rw-r--r-- | bridge/github/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/import.go b/bridge/github/import.go index 78e93436..e8a4d3cb 100644 --- a/bridge/github/import.go +++ b/bridge/github/import.go @@ -100,7 +100,7 @@ func (gi *githubImporter) ImportAll(ctx context.Context, repo *cache.RepoCache, return out, nil } -func (gi *githubImporter) ensureIssue(repo *cache.RepoCache, issue issueTimeline) (*cache.BugCache, error) { +func (gi *githubImporter) ensureIssue(repo *cache.RepoCache, issue issue) (*cache.BugCache, error) { // ensure issue author author, err := gi.ensurePerson(repo, issue.Author) if err != nil { |