Skip to content

Commit

Permalink
chore: fix bug in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Feb 23, 2024
1 parent e44e813 commit 51b4ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/auditing/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ audit:
Authorization: Bearer this-is-a-seret-token
body: |
{
"type": {{ .Type }},
"action": {{ .Action }}
"type": "{{ .Type }}",
"action": "{{ .Action }}"
}
```

Expand Down

0 comments on commit 51b4ef4

Please sign in to comment.