Skip to content

Commit

Permalink
fix(api): default evalution options on getArNSReservedNames api
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 4, 2024
1 parent 4481129 commit 0a1f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ar-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export class ArIOReadable implements ArIOReadContract {
*/
async getArNSReservedNames({
evaluationOptions,
}: EvaluationParameters): Promise<
}: EvaluationParameters = {}): Promise<
Record<string, ArNSReservedNameData> | Record<string, never>
> {
const state = await this.contract.getState({ evaluationOptions });
Expand Down

0 comments on commit 0a1f22e

Please sign in to comment.