Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Dec 19, 2024
1 parent 22bb5b7 commit 090bb12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ private async Task<PresUpdateResult> CreateInternal(WriteManifestRequest request
var (parentErrors, parentCollection) = await TryGetParent(request, cancellationToken);
if (parentErrors != null) return parentErrors;

// can't have both items and painted resources, so items takes precedence
if (!request.PresentationManifest.Items.IsNullOrEmpty() &&
!request.PresentationManifest.PaintedResources.IsNullOrEmpty())
{
Expand Down

0 comments on commit 090bb12

Please sign in to comment.