Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jun 29, 2024
1 parent cc8ec3e commit 80a5e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dim-api/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ function applyUpdateLocally(draft: Draft<DimApiState>, update: ProfileUpdateWith
for (const itemId of update.payload) {
delete profile.tags[itemId];
}
throw new Error('Not implemented yet: "item_hash_tag" case');
break;
}
case 'loadout': {
const { platformMembershipId, destinyVersion } = update;
Expand Down

0 comments on commit 80a5e41

Please sign in to comment.