Skip to content

Commit

Permalink
Remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineDenis committed May 1, 2024
1 parent b05fa4a commit 69f22bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function RecordSet<SCHEMA extends AnySchema>({
);
const startingResourceCatNumber = (await startingResource).catalogNumber;
const endingResourceCatNumber = (await endingResource).catalogNumber;
await recordSet.set(
recordSet.set(
'name',
`Batch #${startingResourceCatNumber} - #${endingResourceCatNumber}`
);
Expand Down

0 comments on commit 69f22bc

Please sign in to comment.