Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 19, 2023
1 parent 03264f1 commit 21d939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-crypto/OutgoingRequestProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class OutgoingRequestProcessor {
/**
* Send the HTTP request for a `ToDeviceRequest`
*
* @param request request to send
* @param request - request to send
* @returns JSON-serialized body of the response, if successful
*/
private async sendToDeviceRequest(request: ToDeviceRequest): Promise<string> {
Expand Down

0 comments on commit 21d939c

Please sign in to comment.