Update core.clj

This commit is contained in:
Andros Fenollosa 2019-08-06 09:40:25 +02:00 committed by GitHub
parent 3df34739a4
commit 1e897c2c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
;; FUNCTIONS ;; FUNCTIONS
(defn one_story (defn one_story
" Get url from item " "Get url from item"
[id] [id]
(str "https://hacker-news.firebaseio.com/v0/item/" id ".json")) (str "https://hacker-news.firebaseio.com/v0/item/" id ".json"))