feat(medusa): Continue create product workflow changes (#4473)
This commit is contained in:
committed by
GitHub
parent
edf93d972d
commit
d2a8cf0378
@@ -65,6 +65,7 @@ export function buildRelations(relationCollection: string[]): Relations {
|
||||
* @param collection
|
||||
*/
|
||||
function buildRelationsOrSelect(collection: string[]): Selects | Relations {
|
||||
collection = collection.sort()
|
||||
const output: Selects | Relations = {}
|
||||
|
||||
for (const relation of collection) {
|
||||
|
||||
Reference in New Issue
Block a user