Skip to content

Commit 2744201

Browse files
committed
Fixed syntax typo.
1 parent 0e9a1d6 commit 2744201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/chat.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
:origin (:origin event-data)
218218
:name (:name event-data)
219219
:arguments (:arguments event-data)
220-
:reason (:code (:reason event-data) :user))}
220+
:reason (:code (:reason event-data) :user)}
221221
:details (:details event-data)
222222
:summary (:summary event-data)))
223223

0 commit comments

Comments
 (0)