diff --git a/bridge/launchpad/import.go b/bridge/launchpad/import.go index 7f528c7dae0d62eb566ff8bf9a28332b4220d824..ce50828b292b3c310c6b121a0258ef1a00701a2d 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 }