فهرست منبع

Merge pull request #1523 from mnaamani/pioneer/fix-working-groups-enum

pioneer: add missing Content key in apiModuleByGroup
Mokhtar Naamani 4 سال پیش
والد
کامیت
f61b74e7c7
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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'
 };