Files
textbee/api
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
..
2023-05-16 09:51:46 +03:00
2025-03-30 10:15:32 +03:00
2024-03-25 14:02:53 +03:00
2025-12-14 15:01:26 +03:00
2025-12-14 14:28:29 +03:00
2023-03-11 09:20:41 +03:00