Skip to content

Commit

Permalink
redux types: Remove DismissServerPushSetupNoticeAction from AllAccoun…
Browse files Browse the repository at this point in the history
…tsAction

This doesn't belong here. It's already present in the
PerAccountAction union, so nothing to do after removing it here.
  • Loading branch information
chrisbobbe committed Dec 14, 2023
1 parent 2c0b5b2 commit 3c39d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actionTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ export type AllAccountsAction =
| AccountRemoveAction
| LoginSuccessAction
| LogoutAction
| DismissServerPushSetupNoticeAction
// These four are about a specific account… but not just the active one,
// and they encode which one they mean.
| RegisterPushTokenEndAction | RegisterPushTokenStartAction | AckPushTokenAction | UnackPushTokenAction
Expand Down

0 comments on commit 3c39d3a

Please sign in to comment.