Created
December 10, 2025 18:50
-
-
Save broguinn/9c9a088955971edcb129fdd672623764 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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