Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Aug 21, 2024
1 parent 2e08072 commit e6cf7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export default class testIpfsModelManager {
else{
// this.config = new requireConfig();
}
for (let key in this.config) {
if (!Object.keys(meta).includes(key)) {
meta[key] = this.config[key];
}
}

this.modelManager = new ipfsModelManager(null, meta);
}
Expand Down

0 comments on commit e6cf7ef

Please sign in to comment.