Skip to content

fix failing tests#219

Merged
vernu merged 1 commit intomainfrom
dev
Apr 5, 2026
Merged

fix failing tests#219
vernu merged 1 commit intomainfrom
dev

Conversation

@vernu
Copy link
Copy Markdown
Owner

@vernu vernu commented Apr 5, 2026

Mongoose 9 updateOne expects an ObjectId for _id; webhookSubscriptionId was inferred as ObjectId | WebhookSubscription in CI, causing TS2769. Use webhookSubscription._id after findById instead.

Made-with: Cursor

Mongoose 9 updateOne expects an ObjectId for _id; webhookSubscriptionId
was inferred as ObjectId | WebhookSubscription in CI, causing TS2769.
Use webhookSubscription._id after findById instead.

Made-with: Cursor
@vernu vernu self-assigned this Apr 5, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
textbee Ready Ready Preview, Comment Apr 5, 2026 2:45pm

Request Review

@vernu vernu merged commit 37f99ae into main Apr 5, 2026
9 checks passed
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.

1 participant