Skip to content

Commit

Permalink
fix: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegothx committed Jul 13, 2024
1 parent 7a31af0 commit c59074a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/client/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type OpenAPIConfig = {
};

export const OpenAPI: OpenAPIConfig = {
BASE: '/api',
BASE: 'http://localhost:8000',
VERSION: '0.1.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/user/CurriculumList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const CurriculumList = (): JSX.Element => {
})
}
})
}, [])
})

async function handleFavourite (id: string, planName: string, fav: boolean): Promise<void> {
try {
Expand Down

0 comments on commit c59074a

Please sign in to comment.