fix typo
This commit is contained in:
parent
ec2954200e
commit
2e87e0b4c1
|
@ -298,7 +298,7 @@ internal class DefaultEventRelationsAggregationTask @Inject constructor(
|
|||
}
|
||||
}
|
||||
} else {
|
||||
Timber.e("Unknwon relation type ${content.relatesTo?.type} for event ${event.eventId}")
|
||||
Timber.e("Unknown relation type ${content.relatesTo?.type} for event ${event.eventId}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue