ad-on-is / adonis-autoswagger

Auto-Generate swagger docs for AdonisJS
MIT License
129 stars 41 forks source link

Revert "Nullable value not supported in @responseBody return" #124

Closed ad-on-is closed 2 months ago

ad-on-is commented 2 months ago

Reverts ad-on-is/adonis-autoswagger#123

Fernand-TCHASSEM commented 2 months ago

Reverts #123

@ad-on-is , the field positionId or courtId are integer and can be null. These values can be filled in with an integer or null.

So, we can pass them as null or a numeric value. So my pull request is legitimate.

Please approves my pull request.