Fix arithmetic function in extensions
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
5ffeacadbf
commit
c810e0f2c3
|
@ -423,7 +423,7 @@
|
||||||
'arithmetic
|
'arithmetic
|
||||||
{:permissions [:read]
|
{:permissions [:read]
|
||||||
:value :extensions/arithmetic
|
:value :extensions/arithmetic
|
||||||
:arguments {:values #{:plus :minus :times :divide}
|
:arguments {:values :vector
|
||||||
:operation :keyword
|
:operation :keyword
|
||||||
:on-result :event}}
|
:on-result :event}}
|
||||||
'schedule/start
|
'schedule/start
|
||||||
|
|
Loading…
Reference in New Issue