*Need to pass through proxy requests to config object
This commit is contained in:
parent
89b0942bc8
commit
bcc63ae15d
|
@ -191,7 +191,7 @@ export class PluginAPIManager {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(`Invalid method accessed ${prop}`);
|
return (target as any)[prop];
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue