mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
hydrateEvents: in -> of
This commit is contained in:
parent
4dfd958718
commit
a3201f4f33
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ async function hydrateEvents(opts: HydrateEventOpts): Promise<DittoEvent[]> {
|
||||||
return events;
|
return events;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const relation in relations) {
|
for (const relation of relations) {
|
||||||
switch (relation) {
|
switch (relation) {
|
||||||
case 'author':
|
case 'author':
|
||||||
await hydrateAuthors({ events, storage, signal });
|
await hydrateAuthors({ events, storage, signal });
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue