Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsquinlan committed Apr 16, 2024
1 parent c541436 commit ccd3834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/glam/models/relation.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(r/get node id)))

#?(:clj
(pc/defmutation save-relation [{:keys [node] :as env} {:relation/keys [id value] :as relation}]
(pc/defmutation save-relation [{:keys [node] :as env} {:relation/keys [id value source target] :as relation}]
{::pc/transform (ma/writeable-required :relation/id)}
(cond
(nil? (r/get node id))
Expand Down

0 comments on commit ccd3834

Please sign in to comment.