Skip to content

Instantly share code, notes, and snippets.

@kenbier
Last active December 20, 2016 22:38
Show Gist options
  • Save kenbier/85075d90da411084a2c8d1d53cc8013e to your computer and use it in GitHub Desktop.
Save kenbier/85075d90da411084a2c8d1d53cc8013e to your computer and use it in GitHub Desktop.
(defmethod api-read :support-request
[env k {:keys [id] :as params}]
(let [{:keys [current/user blob-store]} env]
{:value (kv/fetch blob-store
(java.util.UUID/fromString id))}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment