Skip to content

Commit

Permalink
Update packages/api-client/src/api/products/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Herba <[email protected]>
  • Loading branch information
lsliwaradioluz and bartoszherba authored Dec 10, 2024
1 parent 7d19b4f commit 50190d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/src/api/products/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export async function products(
} catch (error) {
// For error in data we don't throw 500, because it's not server error
if (error.graphQLErrors) {
logger.debug(error);
logger.error(error);

return {
...error,
Expand Down

0 comments on commit 50190d9

Please sign in to comment.