We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6047352 commit 6ea0c2cCopy full SHA for 6ea0c2c
1 file changed
src/hooks/ensjs/public/useRecords.ts
@@ -1,3 +1,5 @@
1
+// eslint-disable @typescript-eslint/no-unused-vars
2
+
3
import {
4
PlaceholderDataFunction,
5
Query,
@@ -91,7 +93,9 @@ export const getRecordsQueryFn =
91
93
// NOTE: This will still fail the onchain test because we will not be able to get the eth record from the subgraph
92
94
return null
95
const client = config.getClient({ chainId })
96
97
const res = await getRecords(client, {
98
+ // @ts-ignore
99
name,
100
...params,
101
})
0 commit comments