mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
Remove unecessary ActionResult
This commit is contained in:
parent
26e25cca55
commit
a8596affdb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Ombi.Controllers.V1
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public class Token: ActionResult
|
public class Token
|
||||||
{
|
{
|
||||||
[JsonProperty("access_token")]
|
[JsonProperty("access_token")]
|
||||||
public string AccessToken { get; set; }
|
public string AccessToken { get; set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue