From 958fb997156b347df5c07797b4fd464062586014 Mon Sep 17 00:00:00 2001 From: mraysu Date: Mon, 9 Dec 2024 11:34:13 -0800 Subject: [PATCH] Auth Headers --- frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts b/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts index 87ed078..697e69c 100644 --- a/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts +++ b/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts @@ -49,7 +49,7 @@ export const useProgressNotes = () => { const fetchStudentData = async (progressNotes: Record) => { try { - const result = await getAllStudents(); + const result = await getAllStudents(firebaseToken); if (result.success) { const studentDataWithNotes: StudentWithNotes[] = result.data.map((student) => ({ ...student,