From c5fdc97e585589a60bb7326f4d978bc4bbf496ba Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 4 Mar 2025 10:51:10 -0300 Subject: [PATCH] refactor: stop returning author --- packages/ditto/storages/DittoRelayStore.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/ditto/storages/DittoRelayStore.ts b/packages/ditto/storages/DittoRelayStore.ts index 54dc2279..e5fbb051 100644 --- a/packages/ditto/storages/DittoRelayStore.ts +++ b/packages/ditto/storages/DittoRelayStore.ts @@ -285,8 +285,6 @@ export class DittoRelayStore implements NRelay { }) ) .execute(); - - return author; } /** Parse kind 0 metadata and track indexes in the database. */