Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Dec 18, 2024
1 parent 571281a commit 8e631a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion apps/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "box",
"version": "1.6.29",
"version": "1.6.30",
"private": true,
"dependencies": {
"@functionland/fula-sec": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ export const SetBloxAuthorizerScreen = ({ route }: Props) => {
newPeerId &&
newBloxName
) {
const bloxsCount = Object.values(bloxs).length;
const bloxExists = Object.values(bloxs).some(
(blox) => blox.peerId === newBloxPeerId
);
setAppPeerId(newPeerId);
if (currentBloxPeerId === newBloxPeerId) {
removeBlox(currentBloxPeerId);
Expand Down

0 comments on commit 8e631a2

Please sign in to comment.