Skip to content

Commit 857955e

Browse files
committed
chore: update
1 parent ef2049d commit 857955e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fieldsConverter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ export function enumToGraphQL(
395395
} else if (value === '') {
396396
key = 'EMPTY_STRING';
397397
} else {
398+
console.log(`value: ${value}`);
398399
key = value?.replace(/[^_a-zA-Z0-9]/g, '_')?.replace(/(^[0-9])(.*)/g, 'a_$1$2');
399400
}
400401
result[key] = { value };

0 commit comments

Comments
 (0)