Skip to content

Resolving TypeScript compile error#99

Merged
mdlew merged 2 commits into
mainfrom
copilot/fix-ts-compile-error
Jun 18, 2026
Merged

Resolving TypeScript compile error#99
mdlew merged 2 commits into
mainfrom
copilot/fix-ts-compile-error

Conversation

Copilot AI commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

@mdlew mdlew marked this pull request as ready for review June 18, 2026 12:16
Copilot AI review requested due to automatic review settings June 18, 2026 12:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a TypeScript compilation error in the server-side rendering module by correcting a function termination, ensuring src/ssr.ts parses and typechecks cleanly within the Cloudflare Worker codebase.

Changes:

  • Adds the missing closing brace for airnowCategoryNumber(...).
  • Adds a trailing semicolon to the function’s final return statement to match the file’s statement style.

@mdlew mdlew merged commit c8228d6 into main Jun 18, 2026
5 checks passed
@mdlew mdlew deleted the copilot/fix-ts-compile-error branch June 18, 2026 12:27
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.

3 participants