fix: remove 'HEAD' from previous conflict

This commit is contained in:
P. Reis
2024-10-18 14:30:15 -03:00
parent ceaf6534ae
commit a1bf808efd

View File

@@ -226,7 +226,6 @@ function gatherQuotes({ events, store, signal }: HydrateOpts): Promise<DittoEven
}
/** Collect authors from the events. */
<<<<<<< HEAD
function gatherAuthors({ events, store, signal }: HydrateOpts): Promise<DittoEvent[]> {
const pubkeys = new Set<string>();