forked from mystiq/hydrogen-web
missing semicolon
This commit is contained in:
parent
ee8886f7c2
commit
41ecf1db8e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue