Skip to content

Commit

Permalink
Merge branch 'Brandon/Database' of https://github.com/flamingchickens…
Browse files Browse the repository at this point in the history
…1540/inflatedchickens into Brandon/Database
  • Loading branch information
Brandon-Harad committed Dec 5, 2024
2 parents 7460c08 + 1a7cb06 commit 9f75689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ export type AutoHeldItems = TeleHeldItems & { bunnies: number };
// For state machine
export type ItemInputState = 'Intake' | 'Score' | 'Eject' | 'None';
export type TeleInputState = TeleAction | ItemInputState;
export type AutoInputState = TeleInputState | BunnyAction;
export type AutoInputState = TeleInputState | BunnyAction;

0 comments on commit 9f75689

Please sign in to comment.