Skip to content

Commit f6705f2

Browse files
committed
Update code block
1 parent db5e4a1 commit f6705f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/platform/workflow/contexts/manage-contexts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ POST /v2/contexts
8282

8383
Contexts can also be created automatically when you trigger a workflow that includes a new context object. If the specified `type:id` doesn’t exist, then Novu automatically creates it before running the workflow.
8484

85-
```
85+
```jsx
8686
await novu.trigger('welcome-email', {
8787
8888
payload: { userName: 'John' },

0 commit comments

Comments
 (0)