mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #968
This commit is contained in:
parent
6ed1663693
commit
ee66cd66e9
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue