Added double quotes. (#2912)

pull/2918/head
mluu12 2021-07-23 16:39:44 -07:00 committed by GitHub
parent e2f5b3ecce
commit 5aab7e86d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ _For more information, see [`slack.message()`](/influxdb/v2.0/reference/flux/std
```js
import "slack"
toSlack = slack.endpoint(url: https://hooks.slack.com/services/EXAMPLE-WEBHOOK-URL)
toSlack = slack.endpoint(url: "https://hooks.slack.com/services/EXAMPLE-WEBHOOK-URL")
crit_statuses = from(bucket: "example-bucket")
|> range(start: -1m)