mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Fixed #1657
This commit is contained in:
parent
0f9f83fe7d
commit
4760e416ef
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace Ombi.Api.Slack
|
|||
request.AddJsonBody(body);
|
||||
request.ApplicationJsonContentType();
|
||||
|
||||
return await Api.Request<string>(request);
|
||||
return await Api.RequestContent(request);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue