Skip to content

Commit

Permalink
fix(performance): #201 add missing await to checkBranches
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-exxcellent committed Feb 14, 2025
1 parent 22e7b46 commit 12994c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/informativeTests/informativeTest_6_3_8.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export default async function informativeTest_6_3_8(
`${prefix}${branchIndex}/product/name`,
branch.product?.name
)
checkBranches(
await checkBranches(
`${prefix}${branchIndex}/branches/`,
Array.isArray(branch.branches) ? branch.branches : []
)
Expand Down

0 comments on commit 12994c6

Please sign in to comment.