refactor: remove unused actions (#26363)

This commit is contained in:
Jason Rasmussen
2026-02-19 13:52:21 -05:00
committed by GitHub
parent a0077a0f51
commit b2a510efee
4 changed files with 1 additions and 7 deletions
@@ -127,8 +127,7 @@
const handleAction = (action: Action) => {
switch (action.type) {
case AssetAction.ARCHIVE:
case AssetAction.UNARCHIVE:
case AssetAction.ADD: {
case AssetAction.UNARCHIVE: {
timelineManager.upsertAssets([action.asset]);
break;
}