Run prettier

This commit is contained in:
Tim Düsterhus 2021-02-04 22:44:45 +01:00
parent c241df9470
commit 60a770be7d
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 1 additions and 3 deletions

View File

@ -432,9 +432,7 @@ define([
} }
async onSendAttachment(event) { async onSendAttachment(event) {
await this.bottle.container.Messenger.pushAttachment( await this.bottle.container.Messenger.pushAttachment(event.detail.tmpHash)
event.detail.tmpHash
)
this.markAsBack() this.markAsBack()
} }