Revert "chore(): Upgrade mikro orm (#13390)" (#13449)

This reverts commit a095245d71.
This commit is contained in:
Adrien de Peretti
2025-09-09 20:06:31 +02:00
committed by GitHub
parent ccff121691
commit 0b55295fc7
60 changed files with 711 additions and 862 deletions
@@ -885,8 +885,7 @@ export default class PricingModuleService
return {
attribute,
operator: customRule.operator,
// TODO: we throw above if value is not a number, but the model expect the value to be a string
value: customRule.value.toString(),
value: customRule.value,
}
})
}