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
constshouldTransform=(this.useClassTransformer&&this.useResponseClassTransformer&&result!=null)// transform only if enabled and value exist
138
+
constshouldTransform=(this.useClassTransformer&&this.useResponseClassTransformer)// transform only if both general and response-specific transformation is enabled
0 commit comments