Skip to content

Instantly share code, notes, and snippets.

@broguinn
Created December 10, 2025 18:50
Show Gist options
  • Select an option

  • Save broguinn/9c9a088955971edcb129fdd672623764 to your computer and use it in GitHub Desktop.

Select an option

Save broguinn/9c9a088955971edcb129fdd672623764 to your computer and use it in GitHub Desktop.
diff --git a/apps/command-center/src/app/dashboard/gate-events/auto-recognition/instant-gate-support/page.tsx b/apps/command-center/src/app/dashboard/gate-events/auto-recognition/instant-gate-support/page.tsx
index cabf6454..2b90549f 100644
--- a/apps/command-center/src/app/dashboard/gate-events/auto-recognition/instant-gate-support/page.tsx
+++ b/apps/command-center/src/app/dashboard/gate-events/auto-recognition/instant-gate-support/page.tsx
@@ -43,6 +43,13 @@ const getYardsQuery = gql(`
id
yards {
id
+ shouldAIAnalize
+ fullName
+ lanes {
+ id
+ type
+ userFacingName
+ }
...yardVehicleRecognitionFilters
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment