Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 23, 2024
1 parent 1a91958 commit 9fafb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/SchemaMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const BLANK_SCHEMA: NodeSchema = {
hasSideEffects: false,
deprecated: false,
features: [],
suggestions: [],
};

export class SchemaMap {
Expand Down

0 comments on commit 9fafb0c

Please sign in to comment.