Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Oct 10, 2024
1 parent f25f378 commit ec38101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/netsuite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ function extractIdFromUrl(url) {
}
function isNetSuiteForbiddenError(error) {
try {
console.log({ error });
const data = error?.response?.data;
const errorDetails = data['o:errorDetails'][0].detail;
if (data.title === 'Forbidden' && data.status === 403) {
Expand Down

0 comments on commit ec38101

Please sign in to comment.