Skip to content

Commit

Permalink
Update APIProvider.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
1 parent 8683a62 commit b490a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/providers/APIProvider/APIProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function APIProvider({ children }) {
const { accessToken, refreshToken, setAccessTokenFromLocalStorage } = useConfig();

const service = axios;
const year = "2023";
const year = "2024";

const [workshopsData, setWorkshopsData] = useState();
const [presentationsData, setPresentationsData] = useState();
Expand Down

0 comments on commit b490a9b

Please sign in to comment.