mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-04 14:14:24 +01:00
hydrateEvents: in -> of
This commit is contained in:
@@ -17,7 +17,7 @@ async function hydrateEvents(opts: HydrateEventOpts): Promise<DittoEvent[]> {
|
||||
return events;
|
||||
}
|
||||
|
||||
for (const relation in relations) {
|
||||
for (const relation of relations) {
|
||||
switch (relation) {
|
||||
case 'author':
|
||||
await hydrateAuthors({ events, storage, signal });
|
||||
|
||||
Reference in New Issue
Block a user