mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-04 18:24:50 +01:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
|
db.following.remove({
|
||
|
deletedAt: { $exists: true }
|
||
|
});
|