Skip to content

Commit

Permalink
odd number of entries to map
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Sep 15, 2011
1 parent cbcbef9 commit 782f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/andrew_site/views/content.clj
Expand Up @@ -21,7 +21,7 @@
(insert! :skills {:skill skill :level "lesser"}))

(defn add-job [name start-year end-year url description]
(insert! :jobs {:name name :start-year start-year :end-year :url url :description description}))
(insert! :jobs {:name name :start-year start-year :end-year end-year :url url :description description}))

(defn split-mongo-url [url]
"Parses mongodb url from heroku, eg. mongodb://user:pass@localhost:1234/db"
Expand Down

0 comments on commit 782f1d8

Please sign in to comment.