Skip to content

Commit

Permalink
try removing schema entirely from user preferences in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Sep 4, 2024
1 parent 921eefc commit d6eea2f
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 @@ -49,4 +49,5 @@
:session UserSessionResponse
:apps_info AppsBootstrapResponse
:data_info DataInfoResponse
:preferences UserPreferencesResponse})
:preferences (conditional :error BootstrapServiceError
:else Any)}) ;; I don't know why but UserPreferencesResponse isn't working

0 comments on commit d6eea2f

Please sign in to comment.