Skip to content

Commit

Permalink
another day, another cicd error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund committed Sep 10, 2024
1 parent 223aad9 commit fea4912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ConnectChainToCommunityTask = () => {
const update = () => {
if (Object.keys(communityLookupData || {}).length > 0) {
try {
updateCommunity({
void updateCommunity({
communityId: communityId,
chainNodeId: chainNameAndId?.value.toString(),
});
Expand Down

0 comments on commit fea4912

Please sign in to comment.