feat: better ux for calc-schedule-budget
This commit is contained in:
@@ -21,7 +21,7 @@ await api.downloadBudget(process.env.ACTUAL_ID, {
|
||||
|
||||
|
||||
export async function getSchedules(select = '*') {
|
||||
return (await api.runQuery(api.q('schedules').select(select).filter({ completed: false }))).data;
|
||||
return (await api.runQuery(api.q('schedules').select(select))).data;
|
||||
}
|
||||
|
||||
export * from '@actual-app/api';
|
||||
Reference in New Issue
Block a user