Skip to content

Commit

Permalink
fix: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolova-an committed Dec 27, 2024
1 parent 24980da commit e6d32e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/renderer/entities/multisig/model/multisigs-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,7 @@ const updateAccountsFx = createEffect(async ({ walletId, accounts }: UpdateAccou

sample({
clock: $flexibleWithProxy,
filter: (flexibleWithProxy) => {
return nonNullable(flexibleWithProxy);
},
filter: nonNullable,
fn: (flexibleWithProxy) => {
return {
walletId: flexibleWithProxy!.id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const Submit = ({ api, tx, multisigTx, account, txPayload, signature, isR
!typedParams.multisigError &&
isProxyTypeTransaction(multisigTx.transaction)
) {
//TODO: check if subscribe to createPureProxy event is better
proxiesModel.events.workerStarted();
}

Expand Down

0 comments on commit e6d32e7

Please sign in to comment.