Skip to content

Instantly share code, notes, and snippets.

@marick
Created October 12, 2014 00:36
Show Gist options
  • Save marick/348bfe1a508e036287d3 to your computer and use it in GitHub Desktop.
Save marick/348bfe1a508e036287d3 to your computer and use it in GitHub Desktop.
(defn handle-student-signal [kvs]
(when-let [signal (iface/certify kvs :liberal-signal)]
(infof "Handling signal %s for || %s"
(str/upper-case (:signal_type signal)) (:user_id signal))
...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment