diff --git a/src/utils.js b/src/utils.js
index 95a7a59c322bc5da22b7c23eae2f318ec1a8e664..6e3aea736b03e1d01ee7c1f78f352d65c2393f7a 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -127,7 +127,7 @@ export function buildWitnessUpdateOp(
   return ["witness_set_properties", data];
 }
 
-export function async autoDetectApiVersion() {
+export async function autoDetectApiVersion() {
   const res = await hiveApi.getVersionAsync()
   if (res.blockchain_version !== "0.23.0") {
     config.set("rebranded_api", true)