From 424c3b821e95cd207fda4e1d43ecb70237ab3bde Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 9 Oct 2020 09:35:30 +0200 Subject: [PATCH] Clean up --- .../Repositories/Implement/ContentRepositoryBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentRepositoryBase.cs b/src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentRepositoryBase.cs index f544d9c99b..a0a26ea428 100644 --- a/src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentRepositoryBase.cs +++ b/src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentRepositoryBase.cs @@ -983,8 +983,9 @@ namespace Umbraco.Core.Persistence.Repositories.Implement return new ReadOnlyRelation(entity.Id, id, relationType.Id); }).WhereNotNull(); - // Save bulk relations< + // Save bulk relations RelationRepository.SaveBulk(toSave); + } private class NodeIdKey