Skip to content

Commit

Permalink
refactor: network error log
Browse files Browse the repository at this point in the history
  • Loading branch information
lsliwaradioluz committed Dec 10, 2024
1 parent ee1b521 commit e5c89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/src/helpers/magentoLink/graphQl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const createErrorHandler = (alokai: AlokaiContainer) =>
}

if (networkError) {
logger.error(`[Network error]: ${networkError}`);
logger.error(networkError, { type: "Network Error" });
}
});

Expand Down

0 comments on commit e5c89be

Please sign in to comment.