refactor: stop returning author

This commit is contained in:
P. Reis 2025-03-04 10:51:10 -03:00
parent 44d525eccb
commit c5fdc97e58

View file

@ -285,8 +285,6 @@ export class DittoRelayStore implements NRelay {
})
)
.execute();
return author;
}
/** Parse kind 0 metadata and track indexes in the database. */