Skip to content

Commit

Permalink
Add await when loading rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 28, 2024
1 parent cd5dbcb commit f080ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/transforms/loadRubricAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export async function loadRubricAsync(rubricUrl: string) {
return;
}

replaceActiveRubricAsync(json);
await replaceActiveRubricAsync(json);
}

0 comments on commit f080ac4

Please sign in to comment.