fix tto order tables

This commit is contained in:
Danel Kungla
2025-10-22 10:29:07 +03:00
parent deee61e3ff
commit 86b2d02a8f
13 changed files with 130 additions and 71 deletions

View File

@@ -194,6 +194,7 @@ export async function getTtoLocation(syncId?: number | null) {
.from('connected_online_locations')
.select('name')
.eq('sync_id', syncId)
.limit(1)
.single();
if (error) {