Browse Source

pioneer: add missing Content variant to joy-utils/src/consts/workingGroups.ts

Mokhtar Naamani 4 years ago
parent
commit
70d66afb5d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pioneer/packages/joy-utils/src/consts/workingGroups.ts

+ 2 - 1
pioneer/packages/joy-utils/src/consts/workingGroups.ts

@@ -1,4 +1,5 @@
 import { WorkingGroupKey } from '@joystream/types/common';
 export const apiModuleByGroup: { [k in WorkingGroupKey]: string } = {
-  Storage: 'storageWorkingGroup'
+  Storage: 'storageWorkingGroup',
+  Content: 'contentDirectoryWorkingGroup'
 };