Skip to content

Commit

Permalink
Update bindings/nodejs/lib/types/block/core/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 19, 2023
1 parent 30a2c79 commit ed64bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/block/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export * from './block';
export * from './basic';
export * from './wrapper';

// Here because in block.ts it causes a circular Dependecy
// Here because in block.ts it causes a circular dependency
export const BlockDiscriminator = {
property: 'type',
subTypes: [{ value: BasicBlock, name: BlockType.Basic as any }],
Expand Down

0 comments on commit ed64bbc

Please sign in to comment.