Skip to content

Commit

Permalink
fix: connected prop outside content
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Dec 31, 2024
1 parent ee81690 commit bd04763
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/api/src/app/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ export class Client {
if (node.id === this.id) {
return {
...node,
connected: false,
content: {
...node.content,
connected: false,
},
};
}

Expand Down

0 comments on commit bd04763

Please sign in to comment.