mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
missing semicolon
This commit is contained in:
parent
ee8886f7c2
commit
41ecf1db8e
@ -110,7 +110,7 @@ export class PendingEvent {
|
||||
for (const attachment of Object.values(this._attachments)) {
|
||||
await log.wrap("encrypt", () => {
|
||||
log.set("size", attachment.size);
|
||||
return attachment.encrypt()
|
||||
return attachment.encrypt();
|
||||
});
|
||||
if (this.aborted) {
|
||||
throw new AbortError();
|
||||
|
Loading…
Reference in New Issue
Block a user