Skip to content

Commit

Permalink
fix: solve more sonarcloud issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus-Aguilar committed Jan 22, 2025
1 parent 1816394 commit 0082b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/resolvers/queries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const Query = {
const sellerQuotesController = new SellerQuotesController(ctx)

try {
return sellerQuotesController.getAllChildrenQuotes(
return await sellerQuotesController.getAllChildrenQuotes(
id,
sortOrder,
sortedBy
Expand Down

0 comments on commit 0082b22

Please sign in to comment.