From 70690f64000042e1c57e30f9edc1f0df5a634a83 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 7 Feb 2020 19:36:12 +0000 Subject: [PATCH] BREAKING CHANGE(API): updateReversConfigs -> updateReverseConfigs --- ts/smartproxy.classes.smartproxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartproxy.classes.smartproxy.ts b/ts/smartproxy.classes.smartproxy.ts index b4b8940..b3c2589 100644 --- a/ts/smartproxy.classes.smartproxy.ts +++ b/ts/smartproxy.classes.smartproxy.ts @@ -19,7 +19,7 @@ export class SmartProxy { this.options = optionsArg; } - public async updateReversConfigs( + public async updateReverseConfigs( reverseConfigsArg: plugins.tsclass.network.IReverseProxyConfig[] ) { // TODO search for old hostCandidates with that target