Skip to content

Commit

Permalink
refactor: simplify target usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Feb 17, 2024
1 parent b46e0e2 commit a35592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/entities/lights/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sample({

sample({
clock: setBacklightColorFx.doneData,
target: [getBacklightColorsFx]
target: getBacklightColorsFx
})

sample({
Expand Down

0 comments on commit a35592d

Please sign in to comment.