fix: update function def for torows (#2680)

pull/2688/head
Russ Savage 2021-06-08 10:08:44 -07:00 committed by GitHub
parent f80ab61e59
commit 4f3d267166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ from(bucket: "example-bucket")
## Function definition
```js
toRows = (tables=<-, correlationKey=["_time"]) =>
toRows = (tables=<-) =>
tables
|> v1.fieldsAsCols()
```