REFACTOR: removes superfluous argument
This commit is contained in:
parent
2a2e36bbe2
commit
2c12f977ca
|
@ -20,6 +20,6 @@ export default {
|
||||||
if (!siteSettings.knowledge_explorer_enabled) {
|
if (!siteSettings.knowledge_explorer_enabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
withPluginApi("0.8", (api) => initialize(api, container));
|
withPluginApi("0.8", (api) => initialize(api));
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue