diff --git a/src/AplosConnector.Common/Services/StorageMappingService.cs b/src/AplosConnector.Common/Services/StorageMappingService.cs index 39a9bf8..00ac5f7 100644 --- a/src/AplosConnector.Common/Services/StorageMappingService.cs +++ b/src/AplosConnector.Common/Services/StorageMappingService.cs @@ -163,7 +163,7 @@ public Pex2AplosMappingModel Map(Pex2AplosMappingEntity model) result = new Pex2AplosMappingModel { AutomaticSync = model.AutomaticSync, - IsSyncing = model.IsManualSync, + IsSyncing = model.IsSyncing, IsManualSync = model.IsManualSync, CreatedUtc = model.CreatedUtc, PEXBusinessAcctId = model.PEXBusinessAcctId,