chore: some linting

This commit is contained in:
Julian Lam
2024-05-08 10:41:11 -04:00
parent c973a9caba
commit fdba684049

View File

@@ -94,9 +94,9 @@ inbox.update = async (req) => {
} }
case 'Tombstone': { case 'Tombstone': {
const [isNote, isActor] = await Promise.all([ const [isNote/* , isActor */] = await Promise.all([
posts.exists(object.id), posts.exists(object.id),
db.isSortedSetMember('usersRemote:lastCrawled', object.id), // db.isSortedSetMember('usersRemote:lastCrawled', object.id),
]); ]);
switch (true) { switch (true) {