Fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-03-06 17:26:08 +01:00
parent 7bebc39a87
commit 11fd4941c0

View File

@@ -21,8 +21,6 @@ export const QueryExtension = ReffuseExtension.make(() => ({
this: ReffuseHelpers.ReffuseHelpers<R>,
props: UseQueryProps<A, E, R>,
): UseQueryResult<A, E> {
const runSync = this.useRunSync()
const runner = this.useMemo(() => QueryRunner.make({
query: props.query()
}), [])