Skip to content

Commit

Permalink
fix: nip11 dto
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jan 8, 2025
1 parent c005280 commit c0c786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/config/dto/nip11.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class Nip11DTO extends AbstractDto {
max_content_length: e.limitations.max_content_length ?? undefined,
created_at_lower_limit: e.limitations.created_at_lower_limit ?? undefined,
created_at_upper_limit: e.limitations.created_at_upper_limit ?? undefined,
default_query_limit: e.limitations.max_limit ?? undefined,
default_query_limit: e.limitations.default_query_limit ?? undefined,
max_limit: e.limitations.max_limit ?? undefined,
}
: undefined;
Expand Down

0 comments on commit c0c786f

Please sign in to comment.