Skip to content

Commit

Permalink
style: ran biome
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Nov 5, 2024
1 parent f88b5c4 commit e966e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MdocDataTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MdocDataTransfer {
}

public async waitForDeviceRequest() {
return (await new Promise<OnRequestReceivedEventPayload<Uint8Array>>(this.onDeviceRequest))
return await new Promise<OnRequestReceivedEventPayload<Uint8Array>>(this.onDeviceRequest)
}

public async sendDeviceResponse(deviceResponse: Uint8Array) {
Expand Down

0 comments on commit e966e84

Please sign in to comment.