Merge pull request #34 from franze6/DID-6

Refactoring method saveDataRegistration in store
This commit is contained in:
DuCay
2022-07-11 11:16:42 +03:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ class Store {
} }
saveDataRegistration(data) { saveDataRegistration(data) {
this._accountData = [data]; this._accountData = data;
}; };
fetchNodeInfo() { fetchNodeInfo() {