You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
I think when the context is active, it should return the
reflected.1
. However currently it returnsreflected.0
.https://github.com/vapor/core/blob/master/Sources/Core/CodableReflection/ReflectionDecoders.swift#L144
The default implementation of ReflectionDecodable sets the .0 to be falsy value and .1 to be truthy value.
eg.
The text was updated successfully, but these errors were encountered: