diff --git a/src/notehub/storage.clj b/src/notehub/storage.clj index fc21905..29ce073 100644 --- a/src/notehub/storage.clj +++ b/src/notehub/storage.clj @@ -36,6 +36,8 @@ (redis :hset :publisher-key pid psk) psk))) +; This was uncommented, because the DB isn't +; available on heroku at compile time #_ (when-not (valid-publisher? "NoteHub") (register-publisher "NoteHub"))