diff --git a/backend/src/repositories/AngorProjectRepository.ts b/backend/src/repositories/AngorProjectRepository.ts index 3ca1ab860d..7ee77d9a5e 100644 --- a/backend/src/repositories/AngorProjectRepository.ts +++ b/backend/src/repositories/AngorProjectRepository.ts @@ -254,7 +254,6 @@ class AngorProjectRepository { /** * Provides Angor projects. * @param limit - maximum amount of items to return (not more than 50). - * @param order - return items in ascending or descending order * @param offset - selection offset. * @returns - promise that resolves into an array of objects that confirm Project interface. */