Skip to content

Instantly share code, notes, and snippets.

@caioaao
Last active May 15, 2018 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caioaao/fbd5df9c6bcddf9718c84d200a12d80c to your computer and use it in GitHub Desktop.
Save caioaao/fbd5df9c6bcddf9718c84d200a12d80c to your computer and use it in GitHub Desktop.
(defn prepare-users [users as-of]
(let [f (comp with-password-hash #(with-creation-date % as-of))]
(map f users)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment