Skip to content

Commit

Permalink
Auth Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mraysu committed Dec 9, 2024
1 parent c69138f commit 958fb99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const useProgressNotes = () => {

const fetchStudentData = async (progressNotes: Record<string, ProgressNote>) => {
try {
const result = await getAllStudents();
const result = await getAllStudents(firebaseToken);
if (result.success) {
const studentDataWithNotes: StudentWithNotes[] = result.data.map((student) => ({
...student,
Expand Down

0 comments on commit 958fb99

Please sign in to comment.