fix tto order tables
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user