Paul 5 年前
父节点
当前提交
ed0b48bd43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/main.ts

+ 1
- 1
example/main.ts 查看文件

@@ -26,7 +26,7 @@ const client = new Client(
26 26
         })(),
27 27
       );
28 28
 
29
-      client.syncSend(
29
+      client.asyncSend(
30 30
         '/v1/healthy',
31 31
         {},
32 32
         new (class {