Skip to content

Conversation

@phelpsdb
Copy link
Contributor

Description

as title

How Has This Been Tested?

$ foo="random string"
$ json_content="$(cat <<EOF
{
  "blocks": [
    {
      "type": "section",
      "text": {
        "type": "mrkdwn",
        "text": "$foo"
      }
    }
  ]
}
EOF
)"
$ curl -X POST https://httpbin.org/post \
     -H "Content-Type: application/json" \
     --data "$json_content" | jq '.json.blocks[0].text.text'

> random string

@changeset-bot
Copy link

changeset-bot bot commented Aug 15, 2024

⚠️ No Changeset found

Latest commit: ee4caa2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@phelpsdb phelpsdb merged commit 8d6fc46 into main Aug 15, 2024
@phelpsdb phelpsdb deleted the phelpsdb-sp-auto-deploy branch August 15, 2024 21:41
schottra added a commit that referenced this pull request Aug 16, 2024
…k-endpoints-1

* origin/main:
  [C-4828] Add timestamp features to comments (#9455)
  [QA-1504] Fix payout wallet set default (#9467)
  Add comment replies pagination (#9435)
  Audius Protocol v0.6.170
  change pg string for regex in content (core) (#9471)
  [C-4929] Add SendIcon component to harmony and harmony native (#9422)
  Hook up client blast params to sdk (#9466)
  Don't decrypt plaintext chat.last_message (#9470)
  fix TS error (#9468)
  default connection strings (#9465)
  Fix malformed json in auto-approve script (#9464)
  Optimistic add chat blasts (#9463)
  Fix bad claimable challenge state due to nullable max_steps (#9461)
  Fix comment delete in audius-query (#9462)
  Fix chat deadlock (#9460)
  [C-4800] Scaffolding for mobile comments (#9449)
  Use quotes to escape job name for jq (#9459)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants