Browse Source

cli: rename storageBuraucracy to storageWorkingGroup

Mokhtar Naamani 4 years ago
parent
commit
bdd4ab9f43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/Api.ts

+ 1 - 1
cli/src/Api.ts

@@ -29,7 +29,7 @@ const DEFAULT_DECIMALS = new u32(12);
 
 // Mapping of working group to api module
 const apiModuleByGroup: { [key in WorkingGroups]: string } = {
-    [WorkingGroups.StorageProviders]: 'storageBureaucracy'
+    [WorkingGroups.StorageProviders]: 'storageWorkingGroup'
 };
 
 // Api wrapper for handling most common api calls and allowing easy API implementation switch in the future