Skip to content

Commit 68fe85a

Browse files
committed
Fix lint error
1 parent 3c4ba34 commit 68fe85a

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/integrations/programming/webhooks

1 file changed

+1
-1
lines changed

sources/platform/integrations/programming/webhooks/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The description is an optional string that you can add to the webhook. It serves
157157
| `eventType` | string | Type of the trigger event, [see Events](/platform/integrations/webhooks/events). |
158158
| `eventData` | Object | Data associated with the trigger event, [see Events](/platform/integrations/webhooks/events). |
159159
| `resource` | Object | The resource that caused the trigger event. |
160-
| `globals` | Object | Data available in global context. Contains `dateISO` (date of webhook's trigger event in ISO 8601 format) and `dateUnix` (date of trigger event in Unix time in seconds) | |
160+
| `globals` | Object | Data available in global context. Contains `dateISO` (date of webhook's trigger event in ISO 8601 format) and `dateUnix` (date of trigger event in Unix time in seconds) |
161161

162162
### Resource
163163

0 commit comments

Comments
 (0)