Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
theNatePi committed May 13, 2024
1 parent 6bbb37a commit 1d67791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Events/FeaturedDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const FeaturedDashboard = ({

const getEvents = async () => {
try {
// const eventsData = await Backend.get('/events');
const eventsData = await Backend.get(`/data/unregistered/${user.id}`);
setFeaturedEvents(eventsData.data.slice(0, numEvents));
} catch (err) {
Expand Down

0 comments on commit 1d67791

Please sign in to comment.