Skip to content

Commit 054e943

Browse files
committed
Fixed linting
1 parent 7dd3b37 commit 054e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-connect/test/unit/typings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Typings', () => {
2727
__abc: true
2828
}
2929
);
30-
function myFn<Data, Variables>(queryRef: QueryRef<Data, Variables>) {
30+
function myFn<Data, Variables>(queryRef: QueryRef<Data, Variables>): { data: Data } {
3131
const data = {} as Data;
3232
return { data };
3333
}

0 commit comments

Comments
 (0)