mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #816] [MERGED] fix: scheduled task cleanup error - upgrade to v1.2.1 #781
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#781
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/816
Author: @dreamhunter2333
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
e6a3fddfix: scheduled task cleanup error "e.get is not a function"📊 Changes
9 files changed (+2486 additions, -2515 deletions)
View changed files
📝
CHANGELOG.md(+7 -1)📝
frontend/package.json(+7 -7)📝
frontend/pnpm-lock.yaml(+1199 -1187)📝
pages/package.json(+2 -2)📝
vitepress-docs/package.json(+3 -3)📝
vitepress-docs/pnpm-lock.yaml(+554 -555)📝
worker/package.json(+8 -8)📝
worker/pnpm-lock.yaml(+705 -751)📝
worker/src/i18n/index.ts(+1 -1)📄 Description
User description
Summary
e.get is not a functionby using optional chaining ini18n.getMessagesbyContextChanges
worker/src/i18n/index.ts: Usec?.get?.("lang")instead ofc.get("lang")for safe access when Context is a partial objectfrontend/package.json,worker/package.json,pages/package.json,vitepress-docs/package.jsonCHANGELOG.mdTest plan
🤖 Generated with Claude Code
PR Type
Bug fix, Enhancement
Description
Fixed a scheduled task cleanup error using optional chaining in
i18n.getMessagesbyContext.Updated dependencies across multiple
package.jsonfiles to newer versions.Incremented version to v1.2.1 in all relevant files.
Added a changelog entry for v1.2.1 with bug fix details.
Diagram Walkthrough
File Walkthrough
1 files
Fix optional chaining for safe context access4 files
Update version and dependencies for frontendUpdate version and dependencies for workerUpdate version and dependencies for pagesUpdate version and dependencies for documentation1 files
Add changelog entry for v1.2.13 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.