From f9821b63296b8fc66176ae27cf64f643d3cc70e9 Mon Sep 17 00:00:00 2001 From: Einar Omang Date: Mon, 9 Sep 2024 09:06:39 +0200 Subject: [PATCH] Avoid changing root-ness of assets --- Extractor/Pushers/PusherUtils.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Extractor/Pushers/PusherUtils.cs b/Extractor/Pushers/PusherUtils.cs index 6b47811cc..d558c0386 100644 --- a/Extractor/Pushers/PusherUtils.cs +++ b/Extractor/Pushers/PusherUtils.cs @@ -181,11 +181,11 @@ private static bool ShouldSetNewMetadata(FullConfig config, Dictionary(parentId); -#pragma warning restore CS8604 // Possible null reference argument. + assetUpdate.ParentExternalId = new UpdateNullable(parentId); } }