Skip to content

Commit ea5b20f

Browse files
committed
changed example comments
1 parent f2ed51e commit ea5b20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/docs/create_campaign/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const auth = {
4949
request({
5050
url: "http://localhost:8005/v5/campaign",
5151
method: "POST",
52-
json: true,
52+
json: true,
5353
body: JSON.stringify(valid_campaign)
5454
}, (err, res, body) => {
5555
console.log(body); // should be a Campaign object

0 commit comments

Comments
 (0)