forked from mystiq/hydrogen-web
remove accidental space
This commit is contained in:
parent
c3784d406b
commit
1572934195
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ export class Timeline {
|
|||
}
|
||||
|
||||
/** @package */
|
||||
replaceEntries(entries) {
|
||||
replaceEntries(entries) {
|
||||
this._addLocalRelationsToNewRemoteEntries(entries);
|
||||
for (const entry of entries) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue