Skip to content

Commit 03de465

Browse files
fix: params
1 parent df58231 commit 03de465

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/contracts-api/attestationAction.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ export class AttestationAction extends Action {
258258
$offset: offset,
259259
$order_by: input.orderBy ?? null,
260260
};
261-
$limit: limit,
262-
$offset: offset,
263-
$order_by: input.orderBy ?? null,
264-
};
265261

266262
// Call list_attestations view action
267263
const result = await this.call<any[]>('list_attestations', params);

0 commit comments

Comments
 (0)