mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-20 22:28:08 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -304,8 +304,7 @@ export function registerQueryCommand(program: Command) {
|
||||
? buildQueryFromFile(parsed, cmdOpts.table)
|
||||
: buildQueryFromFlags(cmdOpts);
|
||||
|
||||
const result =
|
||||
(await api.aqlQuery(queryObj)) as { data: unknown };
|
||||
const result = (await api.aqlQuery(queryObj)) as { data: unknown };
|
||||
|
||||
if (cmdOpts.count) {
|
||||
printOutput({ count: result.data }, opts.format);
|
||||
|
||||
Reference in New Issue
Block a user