Debug: minimaler Query ohne Filter

This commit is contained in:
rene 2026-05-17 14:04:21 +02:00
parent 5219a8822f
commit 2c5a6dcfb7

View file

@ -24,8 +24,6 @@
const dateStr = today.toISOString().slice(0, 19).replace('T', ' ');
const result = await pb.collection('check_logs').getList(1, 50, {
filter: `tenant = '${tenantId}' && created >= '${dateStr}'`,
expand: 'station',
sort: '-created'
});