mirror of
https://github.com/vernu/textbee.git
synced 2026-04-17 13:28:36 -04:00
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