Skip to content

Commit 5cb48ea

Browse files
ci: apply automated fixes (attempt 3/3)
1 parent d56c610 commit 5cb48ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/query-core/src/queriesObserver.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ export class QueriesObserver<
254254
this.#options?.combine !== undefined &&
255255
this.#observers.some((observer, index) => {
256256
return (
257-
observer.options.suspense &&
258-
this.#result[index]?.data === undefined
257+
observer.options.suspense && this.#result[index]?.data === undefined
259258
)
260259
})
261260
)

0 commit comments

Comments
 (0)