removed mapFn from pushbullet.endpoint example

pull/966/head
Scott Anderson 2020-04-14 14:55:42 -06:00
parent aeb5437503
commit 8dd8757d1e
1 changed files with 1 additions and 6 deletions

View File

@ -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: ""
)
```