Skip to content

Commit

Permalink
Sputnik DAO SDK - Fix (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 authored Feb 3, 2024
1 parent 42e106f commit 817e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sdks.near/widget/SDKs/Sputnik/DaoSDK.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ return (daoId, proposalId, factoryId) => {
.map((role) => {
const group = role.kind.Group;
return group;
})
})?.[0]
: [];
},
// return [{ members:{},permissions:{},name:"" }]
Expand Down

0 comments on commit 817e763

Please sign in to comment.