Skip to content

Commit 9371098

Browse files
authored
flyby - fix param reference (#841)
1 parent 9be6cb2 commit 9371098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ async def tabular_data_by_mql(
354354
355355
import bson
356356
357-
tabular_data = await data_client.tabular_data_by_mql(organization_id="<YOUR-ORG-ID>", mql_query=[
357+
tabular_data = await data_client.tabular_data_by_mql(organization_id="<YOUR-ORG-ID>", query=[
358358
{ '$match': { 'location_id': '<YOUR-LOCATION-ID>' } },
359359
{ "$limit": 5 }
360360
])

0 commit comments

Comments
 (0)