Skip to content

Commit

Permalink
chore: remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hashimoto committed Dec 18, 2024
1 parent a458e4c commit 1ee6405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/useApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useSnackbar } from 'notistack'

export const useApiService = (opts = {}) => {
const { keycloak } = useKeycloak()
const { enqueueSnackbar, closeSnackbar } = useSnackbar()
const { enqueueSnackbar } = useSnackbar()

// useMemo to memoize the apiService instance
const apiService = useMemo(() => {
Expand Down

0 comments on commit 1ee6405

Please sign in to comment.