mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 18:52:44 +00:00
Update all samples.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
var postBody = body;
|
||||
|
||||
// verify the required parameter 'body' is set
|
||||
if (body == undefined || body == null) {
|
||||
if (body === undefined || body === null) {
|
||||
throw new Error("Missing the required parameter 'body' when calling testClassname");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user