mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 06:57:36 -07:00
6a3cd68423
and use createdAt instead of _id
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
db.following.remove({
|
|
deletedAt: { $exists: true }
|
|
});
|