|
@@ -83,7 +83,7 @@ const MatchPrediction = ({ selectedDayMatches, currentUser }) => {
|
|
const fetchPredictions = async () => {
|
|
const fetchPredictions = async () => {
|
|
try {
|
|
try {
|
|
const response = await fetch(
|
|
const response = await fetch(
|
|
- `/api/prediction?userId=${currentUser?.id || ""}`
|
|
|
|
|
|
+ `/api/prediction?username=${currentUser?.username || ""}`
|
|
);
|
|
);
|
|
if (!response.ok) {
|
|
if (!response.ok) {
|
|
throw new Error("Failed to fetch predictions");
|
|
throw new Error("Failed to fetch predictions");
|