polfan-server-js-client 0.2.45 → 0.2.46

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.
@@ -121,7 +121,7 @@
121
121
  <workItem from="1752834023436" duration="2601000" />
122
122
  <workItem from="1753062168800" duration="4938000" />
123
123
  <workItem from="1753441064452" duration="1184000" />
124
- <workItem from="1753954931871" duration="6117000" />
124
+ <workItem from="1753954931871" duration="7324000" />
125
125
  </task>
126
126
  <task id="LOCAL-00001" summary="Emoticons objects">
127
127
  <option name="closed" value="true" />
@@ -1919,7 +1919,7 @@ function RelationshipsManager_toPrimitive(input, hint) { if (typeof input !== "o
1919
1919
 
1920
1920
 
1921
1921
  const getId = (refUserId, type) => `${refUserId}-${type}`;
1922
- const getIdFromRelationship = relationship => getId(relationship.refUserId, relationship.type);
1922
+ const getIdFromRelationship = relationship => getId(relationship.refUser.id, relationship.type);
1923
1923
  class RelationshipsManager {
1924
1924
  constructor(tracker) {
1925
1925
  this.tracker = tracker;