mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
lint error fixing
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* constructor openApiErr
|
||||
* @constructor
|
||||
* @param {*} message errorMessage
|
||||
* @param {*} data extended error information
|
||||
*/
|
||||
function openApiErr(message, data) {
|
||||
this.message = message || '';
|
||||
|
||||
Reference in New Issue
Block a user