Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jan 25, 2024
1 parent 5d29745 commit ea0b193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class IndexService {
const index = data.node;

if(index.did && index.did.edges && index.did.edges.length > 0){
const did = {};
const did = { isStarred: false, isOwnerVisible: false };
index.did.edges.forEach((edge) => {
if(edge.node.type === "owner"){
did.isOwnerVisible = edge.node.deletedAt === null;
Expand Down

0 comments on commit ea0b193

Please sign in to comment.