We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b7a2c commit 61a66e4Copy full SHA for 61a66e4
docs.wrm/cookbook/ens.wrm
@@ -43,7 +43,7 @@ async function getTextRecords(_provider, name) {
43
// Filter the *unique* keys
44
const keys = [ ...(new Set(logs.map((log) => log.args.key))) ];
45
46
- // Get the values for the keys; failures are discard
+ // Get the values for the keys; failures are discarded
47
const values = await Promise.all(keys.map((key) => {
48
try {
49
return resolver.getText(key);
0 commit comments