mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
fix typo
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
790efd0194
commit
6d83063f76
1 changed files with 1 additions and 1 deletions
|
|
@ -93,6 +93,6 @@ class Config:
|
||||||
),
|
),
|
||||||
"compatible_discriminator": self.hooks_generator(
|
"compatible_discriminator": self.hooks_generator(
|
||||||
queryParameterJson=False,
|
queryParameterJson=False,
|
||||||
removelegacyDiscriminatorBehavior=True,
|
removeLegacyDiscriminatorBehavior=True,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue