mirror of
https://github.com/vernu/textbee.git
synced 2026-04-20 15:01:00 -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