Skip to content

Commit 114244f

Browse files
committed
fix typo
1 parent 550086e commit 114244f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/OutgoingRoomKeyRequestManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default class OutgoingRoomKeyRequestManager {
170170
// existing request and send a new one.
171171
if (resend) {
172172
const state =
173-
ROOM_KEY_REQUEST_STATES.CANCELLATION_PENDING_AND_WILLRESEND;
173+
ROOM_KEY_REQUEST_STATES.CANCELLATION_PENDING_AND_WILL_RESEND;
174174
const updatedReq =
175175
await this._cryptoStore.updateOutgoingRoomKeyRequest(
176176
req.requestId, ROOM_KEY_REQUEST_STATES.SENT, {

0 commit comments

Comments
 (0)