Files
textbee/api/src
isra el 1a5e095c56 fix(api): use subscription document _id in webhook updateOne filters
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
2026-04-05 17:43:18 +03:00
..
2026-03-31 22:59:16 +03:00
2026-03-31 22:59:16 +03:00
2026-03-31 05:16:13 +03:00
2026-03-23 13:54:52 +03:00