mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix(Setup): fix seed setup settings to the storage.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user