Fix unused var typescript error in generated API client NOCHANGELOG

This commit is contained in:
Kasper Seweryn 2022-09-23 16:40:23 +00:00 committed by Ciarán Ainsworth
parent c897ee0771
commit 2c70040a2b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ SPECTACULAR_SETTINGS = {
"description": "Read server with real content", "description": "Read server with real content",
}, },
{ {
"url": "https://{domain}", "url": "{protocol}://{domain}",
"description": "Custom server", "description": "Custom server",
"variables": { "variables": {
"domain": { "domain": {