fix: returning correct array of entity deps
This commit is contained in:
@ -64,7 +64,7 @@ func transpose(imageProperties []ImageWithProperties) PropertiesWithImage {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
deps = append(deps, imageId)
|
dependencies[entityId] = append(deps, imageId)
|
||||||
}
|
}
|
||||||
|
|
||||||
contactMap := make(map[uuid.UUID]model.Contacts)
|
contactMap := make(map[uuid.UUID]model.Contacts)
|
||||||
|
Reference in New Issue
Block a user