SharedObjectShell bug fix

This commit is contained in:
2025-05-14 14:25:45 +03:00
parent 79483a8f1d
commit 4638692305
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ namespace mROA.Implementation
}
private IInstanceRepository GetDefaultContextRepository() =>
(_identifier.OwnerId == EndPointContext.HostId
(_identifier.OwnerId == EndPointContext.OwnerId
? EndPointContext.RealRepository
: EndPointContext.RemoteRepository) ??
throw new NullReferenceException(