typos corrected

This commit is contained in:
Carlos Jimenez Ruiz 2021-11-18 11:18:45 +01:00
parent 1d253fc53d
commit 4fc01e6a0d
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ module.exports = Self => {
{ {
arg: 'isBooked', arg: 'isBooked',
type: 'boolean', type: 'boolean',
description: 'Whether the the invoice is booked or not', description: 'Whether the invoice is booked or not',
}, },
], ],
returns: { returns: {

View File

@ -35,7 +35,7 @@ module.exports = Self => {
{ {
arg: 'hasPdf', arg: 'hasPdf',
type: 'boolean', type: 'boolean',
description: 'Whether the the invoiceOut has PDF or not', description: 'Whether the invoiceOut has PDF or not',
http: {source: 'query'} http: {source: 'query'}
}, },
{ {

View File

@ -41,7 +41,7 @@ module.exports = Self => {
{ {
arg: 'isActive', arg: 'isActive',
type: 'boolean', type: 'boolean',
description: 'Whether the the item is or not active', description: 'Whether the item is or not active',
}, },
{ {
arg: 'buyerFk', arg: 'buyerFk',