1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00
Files
Radarr/src/NzbDrone.Core/HealthCheck/CheckHealthCommand.cs
2014-02-25 21:40:47 -08:00

9 lines
142 B
C#

using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.HealthCheck
{
public class CheckHealthCommand : Command
{
}
}