Skip to content

Commit 8f69f71

Browse files
committed
log data
1 parent 2cfa8b4 commit 8f69f71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/events/src/components/ConvertTypesData.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const ConvertTypesData = () => {
1010

1111
const handleGenerate = () => {
1212
const data = getTypesWithSchemaAndMapping();
13+
console.log('data', JSON.stringify(data, null, 2));
1314
setTypesData(data);
1415
setIsGenerated(true);
1516
// Set default active tab to schema for all types

0 commit comments

Comments
 (0)