fix: properly initialize multierror during imports
When testing !967 (merged) locally, I realized that the multierror
struct was getting out of #updateRepoWithError
and #updateSuccessfulRepo
empty. As consequence, the err
return from #runImport
was always nil
, and therefore the error was not being logged or reported to Sentry in #StartRepositoryImport
.