refactor: clean code
This commit is contained in:
@ -13,7 +13,6 @@ export class FacultyService extends ApiService {
|
||||
.setQueryParams({page: page, pageSize: pageSize})
|
||||
.build<ApiService>()
|
||||
.get<FacultyResponse[]>();
|
||||
|
||||
}
|
||||
|
||||
public getById(id: number) {
|
||||
|
Reference in New Issue
Block a user