Skip to content

Commit

Permalink
fix(dashboard): scraper id displaying on sync page
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotAmn committed Feb 2, 2025
1 parent 96b7017 commit f575277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/api/global.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function getSyncStatus(): Promise<{status: SyncStatusType, scraper_
}

vars.updateSyncStatus(status);
return {status: status, scraper_id};
return {status: status, scraper_id: scraper_id};
}

export async function getStudentData(id: string): Promise<StudentData> {
Expand Down

0 comments on commit f575277

Please sign in to comment.