revert change

This commit is contained in:
John 2023-10-30 20:22:33 +07:00
parent e667dd4056
commit a61f98c17a

View File

@ -65,7 +65,7 @@ export async function getActive() {
return;
}
// eslint-disable-next-line no-undef
const plgList = await window.pluggableElectronIpc?.getActive();
const plgList = await window.pluggableElectronIpc.getActive();
return plgList.map(
(plugin) =>
new Plugin(