File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/project/dto Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export class TranslationProject extends Project {
194
194
static readonly SecuredProps = keysOf < SecuredProps < TranslationProject > > ( ) ;
195
195
}
196
196
197
- @RegisterResource ( { db : e . TranslationProject } )
197
+ @RegisterResource ( { db : e . MomentumTranslationProject } )
198
198
@ObjectType ( {
199
199
implements : [ TranslationProject ] ,
200
200
description : 'Formerly known as our TranslationProjects' ,
@@ -207,7 +207,7 @@ export class MomentumTranslationProject extends TranslationProject {
207
207
declare readonly type : 'MomentumTranslation' ;
208
208
}
209
209
210
- @RegisterResource ( { db : e . TranslationProject } )
210
+ @RegisterResource ( { db : e . MultiplicationTranslationProject } )
211
211
@ObjectType ( {
212
212
implements : [ TranslationProject ] ,
213
213
} )
@@ -251,7 +251,7 @@ declare module '~/core/resources/map' {
251
251
Project : typeof e . default . Project ;
252
252
InternshipProject : typeof e . default . InternshipProject ;
253
253
TranslationProject : typeof e . default . TranslationProject ;
254
- MomentumTranslationProject : typeof e . default . TranslationProject ; // TODO
255
- MultiplicationTranslationProject : typeof e . default . TranslationProject ; // TODO
254
+ MomentumTranslationProject : typeof e . default . MomentumTranslationProject ;
255
+ MultiplicationTranslationProject : typeof e . default . MultiplicationTranslationProject ;
256
256
}
257
257
}
You can’t perform that action at this time.
0 commit comments