Skip to content

Commit

Permalink
fixing comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Reem Konsowa committed Sep 2, 2024
1 parent 3d385d5 commit 61dfeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function deserialize(config) {
return deserialized;
}

//got this code from ChatGPT
// got this code from ChatGPT
function handleTypeConversion(defaultType, type, value, number, key) {
if (defaultType === 'string' && type === 'number') {
return String(value);
Expand Down

0 comments on commit 61dfeb5

Please sign in to comment.