Skip to content

Commit

Permalink
change: disable list competence
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-ufpb committed Nov 13, 2023
1 parent 26aeb72 commit cfbd662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/UniversimeApi/CompetenceType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export async function get(body: CompetenceTypeGet_RequestDTO) {
}

export async function list() {
// disable for now
return {success: true, body: {list: []}};

Check warning on line 20 in src/services/UniversimeApi/CompetenceType.ts

View check run for this annotation

Codecov / codecov/patch

src/services/UniversimeApi/CompetenceType.ts#L20

Added line #L20 was not covered by tests
return (await api.post<CompetenceTypeList_ResponseDTO>("/competencetype/list", {})).data;
}

0 comments on commit cfbd662

Please sign in to comment.