removed mapFn from pushbullet.endpoint example
parent
aeb5437503
commit
8dd8757d1e
|
@ -20,12 +20,7 @@ import "pushbullet"
|
|||
|
||||
pushbullet.endpoint(
|
||||
url: "https://api.pushbullet.com/v2/pushes",
|
||||
token: "",
|
||||
mapFn: (r) => ({
|
||||
r with
|
||||
title: "Notification Title",
|
||||
text: "Value: ${string(v: r._value)}"
|
||||
})
|
||||
token: ""
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue