Fixing a typo

This commit is contained in:
Zoe Roux 2020-06-28 23:30:50 +02:00
parent 38bb0a2efe
commit 3443e102e9

View File

@ -176,7 +176,7 @@ namespace Kyoo.Controllers
return _studios.GetAll(where, sort, page); return _studios.GetAll(where, sort, page);
} }
public Task<ICollection<People>> GetPeoples(Expression<Func<People, bool>> where = null, public Task<ICollection<People>> GetPeople(Expression<Func<People, bool>> where = null,
Sort<People> sort = default, Sort<People> sort = default,
Pagination page = default) Pagination page = default)
{ {