Skip to content

Commit

Permalink
[#42] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
modejota committed Jan 22, 2023
1 parent aa5d41b commit 492cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/api_validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export abstract class APIValidators {
required: ['id', 'idc'],
properties: {
id: { type: 'number', minimum: C.ID_INVALIDO+1 },
id_cliente: { type: 'number', minimum: C.ID_INVALIDO+1 }
idc: { type: 'number', minimum: C.ID_INVALIDO+1 }
}
}

Expand Down

0 comments on commit 492cc51

Please sign in to comment.