Added double quotes. (#2912)
parent
e2f5b3ecce
commit
5aab7e86d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue