lint: fix typo

This commit is contained in:
Barış Soner Uşaklı
2025-03-27 09:50:46 -04:00
parent 4bbe27d44c
commit 352c42d8db

View File

@@ -152,7 +152,7 @@ Actors.assert = async (ids, options = {}) => {
try { try {
await user.deleteAccount(id); await user.deleteAccount(id);
} catch (e) { } catch (e) {
await activitypub.actors.remove(iid); await activitypub.actors.remove(id);
} }
} }
} }