feat: refs #8077 add description to sumAmount

This commit is contained in:
Robert Ferrús 2024-11-18 13:19:25 +01:00
parent 2511fbf71c
commit 76b32e1d25
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = Self => {
{
arg: 'sumAmount',
type: 'boolean',
description: ``
description: `Indicates whether to calculate the total sum of amounts or to return detailed records`
}
],
returns: {