Skip to content

Commit

Permalink
chore(query): 🤖 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Nov 16, 2023
1 parent 593fe0c commit 0eb3358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/lib/base-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
QueryObserverOptions,
WithRequired,
} from '@tanstack/query-core';
import { Observable, from, isObservable, shareReplay } from 'rxjs';
import { Observable, isObservable, shareReplay } from 'rxjs';
import { toSignal } from '@angular/core/rxjs-interop';
import {
Injector,
Expand Down

0 comments on commit 0eb3358

Please sign in to comment.