Last active
December 20, 2016 22:38
-
-
Save kenbier/85075d90da411084a2c8d1d53cc8013e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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