forked from mystiq/hydrogen-web
don't return promise here, not used
This commit is contained in:
parent
4ca5ff9b9f
commit
da4b710e49
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class DeviceIdentityStore {
|
|||
|
||||
set(deviceIdentity) {
|
||||
deviceIdentity.key = encodeKey(deviceIdentity.userId, deviceIdentity.deviceId);
|
||||
return this._store.put(deviceIdentity);
|
||||
this._store.put(deviceIdentity);
|
||||
}
|
||||
|
||||
getByCurve25519Key(curve25519Key) {
|
||||
|
|
Loading…
Reference in a new issue