upstash / docs

Upstash documentation
https://upstash.com/docs/
9 stars 33 forks source link

docs: include = symbol #167

Closed pedroimpulcetto closed 2 months ago

pedroimpulcetto commented 2 months ago

Including the symbol = in the example to get consistency for the user.

Before

is_valid receiver.verify({
  "body": body,
  "signature": signature,
  "url": "YOUR-SITE-URL"
})

After

is_valid = receiver.verify({
  "body": body,
  "signature": signature,
  "url": "YOUR-SITE-URL"
})