*Need to pass through proxy requests to config object

This commit is contained in:
Derrick Hammer 2022-12-22 09:54:05 -05:00
parent 89b0942bc8
commit bcc63ae15d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ export class PluginAPIManager {
};
}
throw new Error(`Invalid method accessed ${prop}`);
return (target as any)[prop];
},
});
}