*Update api reference
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Derrick Hammer 2022-12-19 15:38:43 -05:00
parent edda68506c
commit aa2dfe0ba0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const plugin: Plugin = {
api.registerMethod("get_methods", { api.registerMethod("get_methods", {
cacheable: false, cacheable: false,
async handler(): Promise<any> { async handler(): Promise<any> {
return api.getRpcServer().getMethods(); return api.rpcServer.getMethods();
}, },
}); });
}, },