We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b3d5e commit affa06fCopy full SHA for affa06f
1 file changed
src/event.janet
@@ -1,5 +1,5 @@
1
### ————————————————————————————————————————————————————————————————————————————————————————————————
2
### This module implements event entity and related functions.
3
4
-(defn build-event [title]
5
- {:title title})
+(defn build-event [title &opt body]
+ {:title title :body body})
0 commit comments