Skip to content

Commit

Permalink
fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Jan 21, 2025
1 parent d7ee392 commit 6177ede
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/types/jar/v0.0.1/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,6 @@ func (v *V001Entry) CreateFromArtifactProperties(ctx context.Context, props type
return nil, err
}

if _, _, err := re.fetchExternalEntities(ctx); err != nil {
return nil, fmt.Errorf("error retrieving external entities: %w", err)
}

returnVal.APIVersion = swag.String(re.APIVersion())
returnVal.Spec = re.JARModel

Expand Down

0 comments on commit 6177ede

Please sign in to comment.