This commit is contained in:
Jamie.Rees 2017-01-23 08:30:32 +00:00
commit ee66cd66e9
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ namespace Ombi.Core.Queue
Content = ByteConverterHelper.ReturnBytes(request),
PrimaryIdentifier = id,
FaultType = faultType,
Message = description ?? string.Empty
Description = description ?? string.Empty
};
await RequestQueue.InsertAsync(queue);
}