diff --git a/src/ldview/tasks/runner.clj b/src/ldview/tasks/runner.clj index 8398801..f5c059a 100644 --- a/src/ldview/tasks/runner.clj +++ b/src/ldview/tasks/runner.clj @@ -32,10 +32,9 @@ (if-not (entry/exists? ld-uid) (save-entry (scrape/entry-details ld-uid))))))) -; TODO: Whatch out, the competition is set in the scrape .... refactor this ... +; TODO: Watch out, the competition is set in the scrape .... refactor this ... +; TODO: Only create the competition if not allready exists (defn load-competition [id title] - (cleanup) - (schema/create-tables) (competition/create! id title) (fetch-all-content))