Skip to content

Commit c486948

Browse files
committed
Formatting
1 parent 0fca604 commit c486948

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/data-connect/src/core/QueryManager.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ export class QueryManager {
105105
variables: queryRef.variables,
106106
refType: QUERY_STR
107107
});
108-
const trackedQuery = this._queries.get(
109-
key
110-
) as TrackedQuery<Data, Variables>;
108+
const trackedQuery = this._queries.get(key) as TrackedQuery<
109+
Data,
110+
Variables
111+
>;
111112
const subscription = {
112113
userCallback: onResultCallback,
113114
errCallback: onErrorCallback

0 commit comments

Comments
 (0)