Use ok alias for consistency

Change instance of schema/optional-key to use ok alias instead
for consistency with the rest of the file.
This commit is contained in:
Preben Ingvaldsen 2014-07-22 11:14:22 -07:00
parent 24aa1da0c7
commit 4c13602b05

View file

@ -68,8 +68,7 @@
:body Body
:decompress-body schema/Bool
:as BodyType
(schema/optional-key
:persistent) schema/Bool})
(ok :persistent) schema/Bool})
(def SslContextOptions
{:ssl-context SSLContext})