Skip to content

Commit

Permalink
fix: fixed org list isMainnet bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySakov committed Oct 4, 2023
1 parent a31b9f5 commit db9f670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/entities/org-list-result.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class OrgListResultEntity {
logo: notStringOrNull(project?.logo),
twitter: notStringOrNull(project?.twitter),
discord: notStringOrNull(project?.discord),
isMainnet: project?.isMainnet ?? null,
docs: notStringOrNull(project?.docs),
teamSize: nonZeroOrNull(project?.teamSize),
github: notStringOrNull(project?.github),
Expand Down

0 comments on commit db9f670

Please sign in to comment.