1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Unused var

This commit is contained in:
David Baker
2017-12-06 22:24:57 +00:00
parent d92a77f695
commit 0362e61f36

View File

@@ -350,7 +350,7 @@ export class Backend {
storeEndToEndInboundGroupSession(senderCurve25519Key, sessionId, sessionData, txn) {
const objectStore = txn.objectStore("inbound_group_sessions");
const addReq = objectStore.put({
objectStore.put({
senderCurve25519Key, sessionId, session: sessionData,
});
}