Paul 5 years ago
parent
commit
ed0b48bd43
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/main.ts

+ 1
- 1
example/main.ts View File

@@ -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 {