mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-11 05:45:01 +09:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
![]() |
db.following.remove({
|
||
|
deletedAt: { $exists: true }
|
||
|
});
|