audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
@@ -226,7 +226,7 @@ internal static class FeedSnapshotEndpointExtensions
|
||||
exportOptions,
|
||||
cancellationToken).ConfigureAwait(false);
|
||||
|
||||
if (metadata is null)
|
||||
if (metadata is null || metadata.ExportPath is null)
|
||||
{
|
||||
return ConcelierProblemResultFactory.SnapshotNotFound(context, snapshotId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user