Minor improvements

This commit is contained in:
Bond_009
2019-12-26 23:20:31 +01:00
committed by dkanada
parent a253fa616d
commit 8a0ef41036
5 changed files with 10 additions and 10 deletions

View File

@@ -6211,7 +6211,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
public void SaveMediaAttachments(
Guid id,
List<MediaAttachment> attachments,
IReadOnlyList<MediaAttachment> attachments,
CancellationToken cancellationToken)
{
CheckDisposed();
@@ -6243,7 +6243,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
private void InsertMediaAttachments(
byte[] idBlob,
List<MediaAttachment> attachments,
IReadOnlyList<MediaAttachment> attachments,
IDatabaseConnection db,
CancellationToken cancellationToken)
{