Browse Source

fix broken call to create identities api after linter autofix?

Mokhtar Naamani 4 years ago
parent
commit
2e827975ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      storage-node/packages/runtime-api/index.js

+ 1 - 1
storage-node/packages/runtime-api/index.js

@@ -65,7 +65,7 @@ class RuntimeApi {
 
     // Ok, create individual APIs
     this.identities = await IdentitiesApi.create(this, {
-      account_file: options.account_file,
+      accountFile: options.account_file,
       passphrase: options.passphrase,
       canPromptForPassphrase: options.canPromptForPassphrase,
     })