chore: make eslint happy (part 1) (#4890)
This commit is contained in:
@@ -87,7 +87,7 @@ export async function getRuntimeLogs() {
|
||||
return invoke<Record<string, [string, string][]>>("get_runtime_logs");
|
||||
}
|
||||
|
||||
export async function getRuntimeProxyChainConfig(proxyChainExitNode: String) {
|
||||
export async function getRuntimeProxyChainConfig(proxyChainExitNode: string) {
|
||||
return invoke<string>("get_runtime_proxy_chain_config", {
|
||||
proxyChainExitNode,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user