Commit 14621937 authored by Ahmad's avatar Ahmad

init

parent d882cd4a
Pipeline #197 canceled with stages
......@@ -12,7 +12,6 @@ async function run() {
try {
const data = await getTunnel();
const config = data.config;
console.log('data getter',config)
await processConfig(config);
} catch (error) {
console.error(error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment