Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Apr 24, 2024
1 parent 367bf9a commit 81c5ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/contribution-api/useGetObjectContributeData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function useGetContributionData(URL: {}, reload: unknown) {
const [isError, setError] = useState(false);

const { VITE_SCANR_API_AUTHORIZATION } = import.meta.env;

console.log(VITE_SCANR_API_AUTHORIZATION);
useEffect(() => {
async function getData() {
const url = URL;
Expand Down

0 comments on commit 81c5ea0

Please sign in to comment.