Skip to content

Commit

Permalink
🎨 add lints
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogomes18 committed Aug 14, 2024
1 parent 7145a93 commit 08ace73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion %ProgramData%/Microsoft/Windows/UUS/State/_active.uusver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1214.2401.18012.1
1307.2407.15032.0
1 change: 1 addition & 0 deletions src/components/MatrizSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const MatrizSlider: React.FC = () => {
user.id
);
setModuleAll(moduleInfoAll);
console.log(moduleInfoAll);

const jobToServiceMap: {
[key: string]: (
Expand Down
2 changes: 2 additions & 0 deletions src/services/ModuleGradeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export default class ModuleGradeServices {
): Promise<ScatterPlotProps[]> {
const moduleGradeSellerResponse: AxiosResponse<ScatterPlotProps[]> =
await api.get(`/module/getAllModuleInfo/${supervisorID}`);
console.log(moduleGradeSellerResponse.data);

return moduleGradeSellerResponse.data;
}

Expand Down

0 comments on commit 08ace73

Please sign in to comment.