-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Module certification issues #231
base: dev
Are you sure you want to change the base?
Changes from 1 commit
2d95cfb
49f5488
8d94326
0cd31fb
cb4eb2a
f28b2e1
c075ef3
9a86233
1ed1346
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,6 @@ exports.NOT_AVAILABLE = { | |
exports.INVALID_TYPE_PARAMS = { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we removed 'INVALID_TYPE_PARAMS' We can probably remove this Export Also. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. review comment addresed |
||
type: 'schemaOnly', | ||
}; | ||
exports.INVALID_PARAMS = { | ||
type: 'schemaOnly', | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,9 @@ | |
}, | ||
"INVALID_TYPE_PARAMS": { | ||
"type": "schemaOnly" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can remove INVALID_TYPE_PARAMS There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. review comment addresed |
||
}, | ||
"INVALID_PARAMS": { | ||
"type": "schemaOnly" | ||
} | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 'When' keyword. Do. not understand why it was changed to 'And'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review comment addresed