Skip to content

Commit

Permalink
revise grantor/grantee info
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Jan 23, 2024
1 parent c67e950 commit 0de475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclients.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,5 +491,5 @@ async function getGranteeFromGrantor(grantor) {
if (S.length == 0) {
return null;
}
return S[0];
return [...new Set(S)];
}

0 comments on commit 0de475a

Please sign in to comment.