Skip to content

Commit

Permalink
fixes #673 - folder not saved first time around.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 23, 2024
1 parent 3fe4337 commit e85bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uSync.Core/Serialization/SyncContainerSerializerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected override SyncAttempt<TObject> ProcessDelete(Guid key, string alias, Se
if (node is not null)
{
_folderCache.TryAdd(item.ParentId, node);
return folder;
return node;
}

return default;
Expand Down

0 comments on commit e85bbf0

Please sign in to comment.