fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-10 17:07:25 +02:00
parent 4fe85134c4
commit 90f8ee4e9d

View File

@ -95,7 +95,7 @@ export class KeyValueStore {
/** /**
* updates a value * updates a value
*/ */
public async update(keyObject) {}; public async update(keyObject) {}
/** /**
* computes the identity * computes the identity