forked from shaba/openuds
Fixed typo on ticket_store
This commit is contained in:
parent
a017807d2a
commit
1345593c3a
@ -102,7 +102,7 @@ class TicketStore(UUIDModel):
|
|||||||
data: str,
|
data: str,
|
||||||
validatorFnc: typing.Optional[ValidatorType] = None,
|
validatorFnc: typing.Optional[ValidatorType] = None,
|
||||||
validity: int = DEFAULT_VALIDITY,
|
validity: int = DEFAULT_VALIDITY,
|
||||||
owner: typing.Optional[str] = owner,
|
owner: typing.Optional[str] = None,
|
||||||
secure: bool = False
|
secure: bool = False
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user