Compare commits
No commits in common. "46e6b01a9757b1f182d7ea2e83d7694a784747b4" and "b9ce356aa57629885d4abbe9f12f857b7145d7f4" have entirely different histories.
46e6b01a97
...
b9ce356aa5
@ -97,7 +97,7 @@ export class Tax extends ValueObject<TaxProps> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const item = maybeItem.unwrap();
|
const item = maybeItem.unwrap()!;
|
||||||
// Delegamos en create para reusar validación y límites
|
// Delegamos en create para reusar validación y límites
|
||||||
return Tax.create({
|
return Tax.create({
|
||||||
value: Number(item.value),
|
value: Number(item.value),
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.json",
|
"extends": "@repo/typescript-config/buildless.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user