Skip to content

Commit

Permalink
fix: remove unnecessary AddNewPairedDevicesToHostConnections saveUser…
Browse files Browse the repository at this point in the history
…Config$ effect
  • Loading branch information
ert78gb committed Dec 30, 2024
1 parent 7ecfec9 commit e69b8ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/uhk-web/src/app/store/effects/user-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class UserConfigEffects {
ActionTypes.RenameUserConfiguration, ActionTypes.SetUserConfigurationValue, ActionTypes.SetUserConfigurationRgbValue,
ActionTypes.RecoverLEDSpaces, ActionTypes.SetModuleConfigurationValue,
ActionTypes.ReorderHostConnections, ActionTypes.RenameHostConnection, ActionTypes.SetHostConnectionSwitchover,
ActionTypes.AddNewPairedDevicesToHostConnections,
),
withLatestFrom(this.store.select(getUserConfiguration), this.store.select(getPrevUserConfiguration)),
mergeMap(([action, config, prevUserConfiguration]) => {
Expand Down

0 comments on commit e69b8ec

Please sign in to comment.