mftsccs-browser 1.1.46-beta → 1.1.47-beta

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.
@@ -14662,7 +14662,7 @@ function CreateTheConnectionLocal(ofTheConceptId_1, toTheConceptId_1, typeId_1)
14662
14662
  connection = new _DataStructures_Connection__WEBPACK_IMPORTED_MODULE_0__.Connection(randomid, realOfTheConceptId, realToTheConceptId, userId, typeId, orderId, accessId);
14663
14663
  connection.isTemp = true;
14664
14664
  connection.typeCharacter = typeString;
14665
- yield _app__WEBPACK_IMPORTED_MODULE_3__.LocalSyncData.AddConnection(connection);
14665
+ _app__WEBPACK_IMPORTED_MODULE_3__.LocalSyncData.AddConnection(connection);
14666
14666
  _DataStructures_Local_LocalConnectionData__WEBPACK_IMPORTED_MODULE_1__.LocalConnectionData.AddConnection(connection);
14667
14667
  actions.connections.push(connection);
14668
14668
  //storeToDatabase("localconnection", connection);