Camel casing 🐫

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3586/head
David Núñez 2025-03-21 15:44:26 +01:00
parent a614bc5e5f
commit c8507105e9
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ class JsonRpcConditionDict(BaseExecConditionDict):
class JWTConditionDict(_AccessControlCondition):
jwt_token: str
public_key: str # TODO: See #3572 for a discussion about deprecating this in favour of the expected issuer
expected_issuer: NotRequired[str]
jwtToken: str
publicKey: str # TODO: See #3572 for a discussion about deprecating this in favour of the expected issuer
expectedIssuer: NotRequired[str]
#