Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Jan 26, 2024
1 parent 7b440f8 commit 2ed2880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/store/src/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ class StoreWatcher<Store extends StoreSchema<any>>{
try{
if(filter(srcPath,srcValue)==true){
const destValue = getVal(this.stateCtx.state,destPath)
const result = listener(srcValue,srcPath,destPath)

const result = listener(srcValue,srcPath,destPath)
}
}catch(e){
}
Expand Down

0 comments on commit 2ed2880

Please sign in to comment.