From b17261cc3c66a9ff83b39b65a32f0e28ad13feb7 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 20 May 2022 14:10:11 +0300 Subject: [PATCH] [#4] Fix example of native protocol bench Signed-off-by: Alex Vanin --- examples/native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/native.js b/examples/native.js index 0f0228e..e39d4cb 100644 --- a/examples/native.js +++ b/examples/native.js @@ -21,4 +21,4 @@ export default function () { } else { console.log(resp.error) } -} \ No newline at end of file +}