Paul 6 년 전
부모
커밋
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 {