Added space before timer Lambda (#745)
Signed-off by Vincent Regaud <vzorglub@gmail.com>pull/747/head
parent
5079461954
commit
a3f8fdd980
|
@ -74,7 +74,7 @@ One can configure whether specific log entries are logged out and where they get
|
|||
For example:
|
||||
|
||||
```javascript
|
||||
var Timer myTimer = createTimer(now.plusMinutes(5), [|
|
||||
var Timer myTimer = createTimer(now.plusMinutes(5), [ |
|
||||
logInfo("rules", "Timer activated")
|
||||
])
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue