Use new AudibleApi methods
This commit is contained in:
parent
eed42bd108
commit
ec7dd1b54a
3 changed files with 94 additions and 160 deletions
|
|
@ -218,7 +218,7 @@ namespace ApplicationServices
|
|||
{
|
||||
{ "Account", account.MaskedLogEntry },
|
||||
{ "ScannedDateTime", DateTime.Now.ToString("u") },
|
||||
{ "Items", await Task.Run(() => JArray.FromObject(dtoItems)) }
|
||||
{ "Items", await Task.Run(() => JArray.FromObject(dtoItems.Select(i => i.SourceJson))) }
|
||||
};
|
||||
|
||||
await archiver.AddFileAsync(fileName, scanFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue