equal
deleted
inserted
replaced
41 ext_id: localObjInst.get('_id'), |
41 ext_id: localObjInst.get('_id'), |
42 date: localObjInst.get('date'), |
42 date: localObjInst.get('date'), |
43 title: localObjInst.get('title'), |
43 title: localObjInst.get('title'), |
44 description: localObjInst.get('description'), |
44 description: localObjInst.get('description'), |
45 group: localObjInst.get('group'), |
45 group: localObjInst.get('group'), |
46 protocol: '' |
46 protocol: localObjInst.get('protocol'), |
47 }; |
47 }; |
48 } |
48 } |
49 |
49 |
50 getLocalRecord(remoteObj) { |
50 getLocalRecord(remoteObj) { |
51 return SessionRecord({ |
51 return SessionRecord({ |