fix spelling in comment

This commit is contained in:
Bruno Windels 2021-06-16 17:30:48 +02:00
parent bbcf0d2572
commit 9099a76f45

View file

@ -53,7 +53,7 @@ export class PendingEvent {
get relatedEventId() { get relatedEventId() {
const relation = getRelationFromContent(this.content); const relation = getRelationFromContent(this.content);
if (relation) { if (relation) {
// may be null when target is not sent yet, is indented // may be null when target is not sent yet, is intended
return relation.event_id; return relation.event_id;
} else { } else {
return this._data.relatedEventId; return this._data.relatedEventId;