Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from JupiterOne/INT-11375-error-logging
Browse files Browse the repository at this point in the history
Added error logging
  • Loading branch information
Gonzalo-Avalos-Ribas authored Jul 31, 2024
2 parents b0be2ee + 99d411b commit 638e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/cmdbHierarchyUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function getParentClass(
}
} catch (error) {
logger.error(
{ err: error, result: dictionariesPaginatedResponse.result },
{ err: error, res: dictionariesPaginatedResponse },
'Could not find super class',
);
throw error;
Expand Down

0 comments on commit 638e1e7

Please sign in to comment.