Something more minor refactoring mistakes fixes to authrecall

This commit is contained in:
mhelander 2018-01-29 20:54:02 +02:00
parent 6fd2c0c1fa
commit 2c042fcf15

2
sea.js
View File

@ -555,7 +555,7 @@
const { proof } = key
delete key.proof
await updatestorage(proof, key, pin)(args)
await updatestorage(proof, key, pin)(key)
const user = Object.assign(key, { at, proof })