Fix README indentation again
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
3e6872d8ee
commit
681d41a496
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ $queryBuilder->fromBucket('test_bucket')
|
|||
)
|
||||
->addMap(Map::with('name', 'user'))
|
||||
->addMap(Map::columns([
|
||||
'time' => '_time',
|
||||
'time' => '_time',
|
||||
'source' => 'tag',
|
||||
'alert' => Selection::if('r._value > 10')->then(true)->else(false),
|
||||
'test' => Selection::if('r._value > 10')->then('yes')->else('no'),
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue