diff options
Diffstat (limited to 'bridge/launchpad/import.go')
-rw-r--r-- | bridge/launchpad/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/launchpad/import.go b/bridge/launchpad/import.go index 7f528c7d..ce50828b 100644 --- a/bridge/launchpad/import.go +++ b/bridge/launchpad/import.go @@ -138,7 +138,7 @@ func (li *launchpadImporter) ImportAll(ctx context.Context, repo *cache.RepoCach metaKeyLaunchpadID: lpMessage.ID, }) if err != nil { - out <- core.NewImportError(err, op.Id()) + out <- core.NewImportError(err, b.Id()) return } |