mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleaned up per comments
This commit is contained in:
@@ -54,7 +54,8 @@ namespace NzbDrone.Api.REST
|
||||
{
|
||||
ValidateId(options.Id);
|
||||
DeleteResource((int)options.Id);
|
||||
return new Response { StatusCode = HttpStatusCode.OK };
|
||||
|
||||
return new object().AsResponse();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user