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

Commit

Permalink
update comment for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
VDubber committed Jun 26, 2024
1 parent db16122 commit 77d1cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/cmdb/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function createCMDBEntity(

let finalValue = value;
if (typeof value == 'object') {
// Only stringify if value is an object to avoid double quotes around values.
// Only stringify if value is an object to avoid double quotes around primitive values.
finalValue = JSON.stringify(value);
} else {
finalValue = value;
Expand Down

0 comments on commit 77d1cee

Please sign in to comment.