Skip to content

Commit

Permalink
Make user preferences an Any for now to see if that fixes the respons…
Browse files Browse the repository at this point in the history
…e validation error
  • Loading branch information
ianmcorvidae committed Sep 4, 2024
1 parent 5cc5594 commit 63ef800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/terrain/routes/schemas/bootstrap.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63ef800

Please sign in to comment.