forked from loafle/openapi-generator-original
When components/schema/<object> reference other objects, validate() was getting called on the referenced objects with no arguments. The return value was void, but checked as if it was a boolean value.
9 lines
86 B
Bash
9 lines
86 B
Bash
#!/bin/bash
|
|
# build C++ pistache petstore
|
|
#
|
|
|
|
mkdir -p build
|
|
cd build
|
|
cmake ..
|
|
make -j
|