Explorar el Código

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

Mokhtar Naamani hace 4 años
padre
commit
70d66afb5d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'
 };