Skip to content

Commit

Permalink
fix: processor can be var to function
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jun 7, 2022
1 parent a21923a commit 8660038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k16/gx/beta/schema.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(def ?SignalDefinition
[:map
gx-props
[:gx/processor [:or fn? keyword?]]
[:gx/processor ifn?]
[:gx/props-schema {:optional true} any?]
[:gx/resolved-props-fn {:optional true} [:maybe fn?]]
[:gx/deps {:optional true} coll?]
Expand Down

1 comment on commit 8660038

@vercel
Copy link

@vercel vercel bot commented on 8660038 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-git-master-kepler16.vercel.app
gx-kepler16.vercel.app
gx.kepler16.com

Please sign in to comment.