@supernova-studio/client 0.52.3 → 0.52.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6751,7 +6751,7 @@ var FrontendVersionRoomYDoc = class {
6751
6751
  persistentId: g.persistentId,
6752
6752
  groupId: g.id
6753
6753
  };
6754
- result.set(g.persistentId, approvalState);
6754
+ result.set(g.id, approvalState);
6755
6755
  }
6756
6756
  return result;
6757
6757
  }