@actual-app/api 25.12.0-nightly.20251117 → 25.12.0-nightly.20251118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/bundle.api.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/app/bundle.api.js
CHANGED
|
@@ -101902,7 +101902,7 @@ function getStatus(nextDate, completed, hasTrans, upcomingLength = "7") {
|
|
|
101902
101902
|
}
|
|
101903
101903
|
function getHasTransactionsQuery(schedules) {
|
|
101904
101904
|
const filters = schedules.map((schedule) => {
|
|
101905
|
-
const dateCond = schedule._conditions
|
|
101905
|
+
const dateCond = schedule._conditions?.find((c) => c.field === "date");
|
|
101906
101906
|
return {
|
|
101907
101907
|
$and: {
|
|
101908
101908
|
schedule: schedule.id,
|
package/dist/package.json
CHANGED