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
|
||||
{:permissions [:read]
|
||||
:value :extensions/arithmetic
|
||||
:arguments {:values #{:plus :minus :times :divide}
|
||||
:arguments {:values :vector
|
||||
:operation :keyword
|
||||
:on-result :event}}
|
||||
'schedule/start
|
||||
|
|
Loading…
Reference in New Issue