fix(Setup): fix seed setup settings to the storage.

This commit is contained in:
a.bouhuolia
2021-03-21 16:26:26 +02:00
parent 54958eb18b
commit ad50da4214
7 changed files with 47 additions and 23 deletions

View File

@@ -104,7 +104,7 @@ export default class MetableStore implements IMetableStore {
const metadata = query;
metadata.forEach((meta: IMetadata) => {
this.set(meta.key, meta.value);
this.set(meta);
});
return;
}