Skip to content

Instantly share code, notes, and snippets.

@kenbier
Created November 6, 2016 19:03
Show Gist options
  • Save kenbier/56d514a4c71021677c6ecaa3913757b9 to your computer and use it in GitHub Desktop.
Save kenbier/56d514a4c71021677c6ecaa3913757b9 to your computer and use it in GitHub Desktop.
(defmethod m/mutate 'support-request/new
[{:keys [ast state]} k {:keys [comment support-id]}]
{:remote (assoc ast :params {:comment comment
:support-id support-id
:history (uc/history @app/app)})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment