Add dummy for request counter

This commit is contained in:
Kenton Royal 2018-08-25 01:20:36 +01:00
parent 1bfbfdbe00
commit 7ef2a1679d
7 changed files with 51 additions and 6 deletions

View file

@ -489,7 +489,9 @@ namespace Ombi.Core.Engine
{
return new RequestQuotaCountModel()
{
HasLimit = false,
HasLimit = true,
Limit = 5,
Remaining = 4,
};
}
}