Skip to content

Commit

Permalink
testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Jan 23, 2024
1 parent 7447c3c commit 65627f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ export class LitNodeClientNodeJs extends LitCore {
return null;
});

// removed all null values and should only have one item
// removes all null values and should only have one item
const flattenShare = flattenObj.filter(
(item) => item !== null
)[0] as SigShare;
Expand Down

0 comments on commit 65627f7

Please sign in to comment.