mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 16:53:09 +02:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
|
db.following.remove({
|
||
|
deletedAt: { $exists: true }
|
||
|
});
|