Skip to content

Commit

Permalink
Replace testing ID with prod
Browse files Browse the repository at this point in the history
  • Loading branch information
theNatePi committed Apr 15, 2024
1 parent 1df4c32 commit c85fe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Events/VolunteerImpactSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const VolunteerImpactSummary = () => {
try {
let totalPounds = 0;
let allWeights = [];
let userId = 111; // For testing
// let userId = user?.id;
// let userId = 111; // For testing
let userId = user?.id;

// Get the events which the user has attended, length = num events
let eventResponse = await Backend.get(`/data/volunteer/${userId}/event`);
Expand Down

0 comments on commit c85fe7a

Please sign in to comment.