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 ab855c8 commit 198b2d8Copy full SHA for 198b2d8
src/nodes/NodeManager.ts
@@ -1257,13 +1257,7 @@ class NodeManager {
1257
return await this.withConnF(targetNodeId, ctx, async (connection) => {
1258
const claims: Record<ClaimId, SignedClaim> = {};
1259
const client = connection.getClient();
1260
- for await (const agentClaim of await client.methods.nodesClaimsGet(
1261
- {
1262
- // seek:
1263
- // claimId != null
1264
- // ? claimsUtils.encodeClaimId(claimId)
1265
- // : ('' as ClaimIdEncoded),
1266
- },
+ for await (const agentClaim of await client.methods.nodesClaimsGet({},
1267
ctx,
1268
)) {
1269
ctx.signal.throwIfAborted();
0 commit comments