Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/pxt into thspar…
Browse files Browse the repository at this point in the history
…ks/teachertool/show_catalog_descriptions
  • Loading branch information
thsparks committed Feb 22, 2024
2 parents 0550805 + 2b58467 commit 01c3b08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions teachertool/src/services/storageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ export async function getRubric(name: string): Promise<Rubric | undefined> {
const db = await getDb;

let rubric: Rubric | undefined = undefined;
if (name) {
rubric = await db.getRubric(name);
}
rubric = await db.getRubric(name);

return rubric;
}
Expand Down

0 comments on commit 01c3b08

Please sign in to comment.