refactor: clean code

This commit is contained in:
2024-08-23 23:21:12 +03:00
parent e0a2ba257c
commit 3cea5f7982
6 changed files with 8 additions and 18 deletions

View File

@ -13,7 +13,6 @@ export class FacultyService extends ApiService {
.setQueryParams({page: page, pageSize: pageSize})
.build<ApiService>()
.get<FacultyResponse[]>();
}
public getById(id: number) {