Skip to content

Commit

Permalink
fix(cli): fix metadata input type
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Feb 10, 2025
1 parent 2a88740 commit e1347d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/generateCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function main() {
moduleSpecifier: '../ApiObject.js',
namedImports: ['ApiObject'],
});
interfaceProp.type = 'ApiObject';
interfaceProp.type = 'ObjectMeta';
}
} else {
c.statements.push(`this.${prop.getName()} = args.${prop.getName()};`);
Expand Down

0 comments on commit e1347d4

Please sign in to comment.