mirror of
https://codeberg.org/yeentown/barkey.git
synced 2026-02-08 13:35:08 +01:00
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
db.following.remove({
|
|
deletedAt: { $exists: true }
|
|
});
|