Skip to content

Commit

Permalink
fix: isVisible flag not being mapped from the resolver's logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jtourkos committed Nov 10, 2024
1 parent 47cd433 commit 7952a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project/projectUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export async function toProjectRepresentation(
verificationStatus:
project.verificationStatus ?? ProjectVerificationStatus.Unclaimed,
isValid: true,
isVisible: project.isVisible,
chain: project.chain,
ownerAddress: project.ownerAddress || ZeroAddress,
ownerAccountId: project.ownerAccountId || '0',
Expand Down

0 comments on commit 7952a8f

Please sign in to comment.