mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
fixed requested typo
This commit is contained in:
parent
8cf7eb0e7b
commit
b9ed1a3e28
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace Ombi.Notifications.Agents
|
|||
{
|
||||
if (requestedUser.HasValue())
|
||||
{
|
||||
fields.Add(new DiscordField { name = "Requsted By", value = requestedUser, inline = true });
|
||||
fields.Add(new DiscordField { name = "Requested By", value = requestedUser, inline = true });
|
||||
}
|
||||
}
|
||||
if (model.Data.TryGetValue("DenyReason", out var denyReason))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue