Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 5, 2023
1 parent df8c347 commit dc9c260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/EffectComposer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stop = watch([sizes.height, sizes.width], () => {
watchEffect(initEffectComposer)
stop?.()
}, {
immediate: true
immediate: true,
})
const { onLoop } = useRenderLoop()
Expand Down

0 comments on commit dc9c260

Please sign in to comment.