diff --git a/src/terrain/routes/schemas/bootstrap.clj b/src/terrain/routes/schemas/bootstrap.clj index 91f370d8..d70c04f3 100644 --- a/src/terrain/routes/schemas/bootstrap.clj +++ b/src/terrain/routes/schemas/bootstrap.clj @@ -35,7 +35,8 @@ (defschema UserPreferencesResponse (doc-only (conditional :error BootstrapServiceError - :else user-prefs-schema/UserPreferencesResponse) + :else Any) + ;; :else user-prefs-schema/UserPreferencesResponse) ;; wasn't working for some reason user-prefs-schema/UserPreferencesResponseDocs)) (defschema UserSessionResponse