aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/importer')
-rw-r--r--pkg/importer/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/importer/utils.go b/pkg/importer/utils.go
index 2fe73e8..b2a5b63 100644
--- a/pkg/importer/utils.go
+++ b/pkg/importer/utils.go
@@ -76,6 +76,7 @@ func getBodyParts(body io.Reader, boundary string) map[string]string {
if err != nil {
fmt.Println("Error while reading the body:")
fmt.Println(err)
+ continue
}
bodyParts[p.Header.Get("Content-Type")] = string(slurp)
}