Skip to content

docs: fix background task context example#14

Open
marko1olo wants to merge 1 commit into
node-cron:masterfrom
marko1olo:docs-background-task-context-param
Open

docs: fix background task context example#14
marko1olo wants to merge 1 commit into
node-cron:masterfrom
marko1olo:docs-background-task-context-param

Conversation

@marko1olo

Copy link
Copy Markdown

Closes #8.

Summary:

  • Updates the background task context example to declare the ctx parameter it uses.
  • Fixes the nearby console.log typos in the inline and background task examples.

Checks:

  • npm run build
  • git diff --check HEAD~1 HEAD

AI assistance disclosure:

  • OpenAI Codex assisted with this change; the commit includes Co-authored-by: OpenAI Codex <codex@openai.com>.

Co-authored-by: OpenAI Codex <codex@openai.com>
@vercel

vercel Bot commented Jun 6, 2026

Copy link
Copy Markdown

@marko1olo is attempting to deploy a commit to the Lucas Merencia's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Background task with context code example omits the ctx parameter in the task function declaration

1 participant