Skip to content

Commit

Permalink
Replace repository for entity in properties service (#4607)
Browse files Browse the repository at this point in the history
The log was misleading.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Oct 2, 2024
1 parent ad0117f commit d9a3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/entities/properties/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (ps *propertiesService) RetrieveAllPropertiesForEntity(

props, err := ps.retrieveAllPropertiesForEntity(ctx, propClient, efp.Entity.ID, efp.Properties, efp.Entity.Type, opts, l)
if err != nil {
return fmt.Errorf("error fetching properties for repository: %w", err)
return fmt.Errorf("error fetching properties for entity: %w", err)
}

efp.UpdateProperties(props)
Expand Down

0 comments on commit d9a3b54

Please sign in to comment.