mirror of
https://github.com/Readarr/Readarr
synced 2026-02-11 17:23:26 +01:00
8 lines
142 B
C#
8 lines
142 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.HealthCheck
|
|
{
|
|
public class CheckHealthCommand : Command
|
|
{
|
|
}
|
|
}
|