Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Jun 13, 2024
1 parent ceccbe4 commit 5c7791a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/aggressive-scenes.extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export function AggressiveScenes({
);
return;
case "switch":
// @ts-expect-error wtf
const item = entity as ENTITY_STATE<PICK_FROM_AREA<ROOM, "switch">>;
await manageSwitch(item, scene.definition);
return;
Expand Down

0 comments on commit 5c7791a

Please sign in to comment.