mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
6a3cd68423
and use createdAt instead of _id
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
db.following.remove({
|
|
deletedAt: { $exists: true }
|
|
});
|