From 155bdaa1562b5becd640cba4a1ca4fa0e4d91062 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Tue, 25 Mar 2014 00:04:51 +0100 Subject: [PATCH] commen added --- src/notehub/storage.clj | 2 ++ 1 file changed, 2 insertions(+) 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"))