1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

fixed "time" parameter from ticket (missing on check)

This commit is contained in:
Adolfo Gómez García 2023-05-09 14:21:13 +02:00
parent 0f41544830
commit a2bfcd3d5a
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -58,6 +58,7 @@ VALID_PARAMS = (
'transport', # Admited to be backwards compatible, but not used. Will be removed on a future release.
'force',
'userIp',
'time',
)